Color Hex Logo

#609bed Color Hex

#609BED
(96,155,237)
0 Favorites   0 Comments

Color spaces of #609bed

RGB 96155237
HSL0.600.800.65
HSV215°59°93°
CMYK 0.590.350.00   0.07
XYZ31.831332.043984.6282
Yxy32.04390.21430.2158
Hunter Lab56.60731.3109-49.0137
CIE-Lab63.37925.0716-47.0253

#609bed color RGB value is (96,155,237).

#609bed hex color red value is 96, green value is 155 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #609bed hue: 0.60 , saturation: 0.80 and the lightness value of 609bed is 0.65.

The process color (four color CMYK) of #609bed color hex is 0.59, 0.35, 0.00, 0.07. Web safe color of #609bed is #6699ff. Color #609bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011011 11101101
Octal 140 233 355
Decimal 96 155 237
Hex 60 9B ED

RGB Percentages of Color #609bed

%19.67
%31.76
%48.57

CMYK Percentages of Color #609bed

%59
%35
%0
%7

Triadic Colors of #609bed

#609bed #ed609b #9bed60

Analogous Colors of #609bed

#609bed #6c60ed #60e2ed

Monochromatic Colors of #609bed

#609bed

Complementary Color

#609bed #edb260

#609bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#609bed Color CSS Codes

.mybgcolor {background-color:#609bed; } 
.myforecolor {color:#609bed; }
.mybordercolor {border:3px solid #609bed; }

#609bed Text Font Color

<p style="color:#609bed">Text here</p>

This sample text font color is #609bed
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#609bed Background Color

<div style="background-color:#609bed">
Div content here</div>

This div background color is #609bed


#609bed Border Color

<div style="border:3px solid #609bed">
Div here</div>

This div border color is #609bed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,155,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #609bed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #609bed;
  -webkit-box-shadow: 1px 1px 3px 2px #609bed;
  box-shadow:         1px 1px 3px 2px #609bed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,155,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #609bed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #609bed;
  -webkit-box-shadow: 1px 1px 3px 2px #609bed;
  box-shadow:         1px 1px 3px 2px #609bed;">
Div content here</div>

This div box has shadow with color #609bed


Comments

No comments written yet.

Please login to write comment.