Html Css Color HEX #609CAD Shakespeare

📋 copy color: '#609CAD'

red 96 ◦ green 156 ◦ blue 173

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

Shades of Shakespeare #609CAD

Tints of Shakespeare #609CAD

RGB

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

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

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

R = 22.59%
G = 36.71%
B = 40.71%

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

#609CAD (or 0x609CAD) is known color: Shakespeare. HEX triplet: 60, 9C and AD. RGB value is (96,156,173). Sum of RGB (Red+Green+Blue) = 96+156+173=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #609CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609CAD is #9F6352. Grayscale: #8B8B8B. Windows color (decimal): -10445651 or 11377760. OLE color: 11377760.

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

Color convert

RGB 96 156 173 -
CMYK 0.45 0.10 0 0.32
HSL 193.25º 0.32% 0.53% -
HSV(B) 193.25º 0.45% 0.68% -
XYZ 24.26 29.28 43.91 -
YUV 140 146.62 96.62 -
System Red Green Blue C M Y K H S L
Decimal 96 156 173 0.45 0.10 0 0.32 193.25 0.32 0.53
Hex 60 9C AD 2D A 0 20 C1 20 35
Octal 140 234 255 55 12 0 40 301 40 65
Binary 1100000 10011100 10101101 101101 1010 0 100000 11000001 100000 110101

Color Harmonies of #609CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609CAD

Black with #609CAD

Text Example


Text Example

White with #609CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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