Html Css Color HEX #609DAE Shakespeare

📋 copy color: '#609DAE'

red 96 ◦ green 157 ◦ blue 174

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

Shades of Shakespeare #609DAE

Tints of Shakespeare #609DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.77%

 BLUE value IS 174 (68.36% from 255) = 40.75%

R = 22.48%
G = 36.77%
B = 40.75%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#609DAE (or 0x609DAE) is known color: Shakespeare. HEX triplet: 60, 9D and AE. RGB value is (96,157,174). Sum of RGB (Red+Green+Blue) = 96+157+174=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #609DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609DAE is #9F6251. Grayscale: #8C8C8C. Windows color (decimal): -10445394 or 11443552. OLE color: 11443552.

HSL color Cylindrical-coordinate representation of color #609DAE: hue angle of 193.08º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #609DAE is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 157 174 -
CMYK 0.45 0.10 0 0.32
HSL 193.08º 0.33% 0.53% -
HSV(B) 193.08º 0.45% 0.68% -
XYZ 24.52 29.66 44.48 -
YUV 140.7 146.79 96.12 -
System Red Green Blue C M Y K H S L
Decimal 96 157 174 0.45 0.10 0 0.32 193.08 0.33 0.53
Hex 60 9D AE 2D A 0 20 C1 20 35
Octal 140 235 256 55 12 0 40 301 40 65
Binary 1100000 10011101 10101110 101101 1010 0 100000 11000001 100000 110101

Color Harmonies of #609DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609DAE

Black with #609DAE

Text Example


Text Example

White with #609DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,157,174); }

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

background-color css

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

 a { background-color: rgb(96,157,174); }

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

border-color css

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

 span { border-color: rgb(96,157,174); }

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