Html Css Color HEX #609CAB Shakespeare

📋 copy color: '#609CAB'

red 96 ◦ green 156 ◦ blue 171

#609CAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shakespeare #609CAB

Tints of Shakespeare #609CAB

RGB

 RED value IS 96 (37.89% from 255) = 22.7%

 GREEN value IS 156 (61.33% from 255) = 36.88%

 BLUE value IS 171 (67.19% from 255) = 40.43%

R = 22.7%
G = 36.88%
B = 40.43%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#609CAB (or 0x609CAB) is known color: Shakespeare. HEX triplet: 60, 9C and AB. RGB value is (96,156,171). Sum of RGB (Red+Green+Blue) = 96+156+171=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #609CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609CAB is #9F6354. Grayscale: #8B8B8B. Windows color (decimal): -10445653 or 11246688. OLE color: 11246688.

HSL color Cylindrical-coordinate representation of color #609CAB: hue angle of 192º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #609CAB is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 156 171 -
CMYK 0.44 0.09 0 0.33
HSL 192º 0.31% 0.52% -
HSV(B) 192º 0.44% 0.67% -
XYZ 24.06 29.2 42.9 -
YUV 139.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 96 156 171 0.44 0.09 0 0.33 192 0.31 0.52
Hex 60 9C AB 2C 9 0 21 C0 1F 34
Octal 140 234 253 54 11 0 41 300 37 64
Binary 1100000 10011100 10101011 101100 1001 0 100001 11000000 11111 110100

Color Harmonies of #609CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609CAB

Black with #609CAB

Text Example


Text Example

White with #609CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609CAB; }

 p { color: rgb(96,156,171); }

 H1.HeaderClassName
 {
   color: #609CAB;
 }
 .AnyTagClassName
 {
   color: #609CAB;
 }
</style>

background-color css

<style>
 a { background-color: #609CAB; }

 a { background-color: rgb(96,156,171); }

 div.DivClassName
 {
   background-color: #609CAB;
 }
 .BgClassName
 {
   background-color: #609CAB;
 }
</style>

border-color css

<style>
 span { border-color: #609CAB; }

 span { border-color: rgb(96,156,171); }

 td.TdClassName
 {
   border-color: #609CAB;
 }
 .TagClassName
 {
   border-color: #609CAB;
 }
</style>