Html Css Color HEX #609FAD Shakespeare

📋 copy color: '#609FAD'

red 96 ◦ green 159 ◦ blue 173

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

Shades of Shakespeare #609FAD

Tints of Shakespeare #609FAD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.15%

 BLUE value IS 173 (67.97% from 255) = 40.42%

R = 22.43%
G = 37.15%
B = 40.42%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#609FAD (or 0x609FAD) is known color: Shakespeare. HEX triplet: 60, 9F and AD. RGB value is (96,159,173). Sum of RGB (Red+Green+Blue) = 96+159+173=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #609FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609FAD is #9F6052. Grayscale: #8D8D8D. Windows color (decimal): -10444883 or 11378528. OLE color: 11378528.

HSL color Cylindrical-coordinate representation of color #609FAD: hue angle of 190.91º 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 #609FAD is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 159 173 -
CMYK 0.45 0.08 0 0.32
HSL 190.91º 0.32% 0.53% -
HSV(B) 190.91º 0.45% 0.68% -
XYZ 24.76 30.3 44.08 -
YUV 141.76 145.63 95.36 -
System Red Green Blue C M Y K H S L
Decimal 96 159 173 0.45 0.08 0 0.32 190.91 0.32 0.53
Hex 60 9F AD 2D 8 0 20 BF 20 35
Octal 140 237 255 55 10 0 40 277 40 65
Binary 1100000 10011111 10101101 101101 1000 0 100000 10111111 100000 110101

Color Harmonies of #609FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609FAD

Black with #609FAD

Text Example


Text Example

White with #609FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,159,173); }

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

background-color css

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

 a { background-color: rgb(96,159,173); }

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

border-color css

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

 span { border-color: rgb(96,159,173); }

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