Html Css Color HEX #609CC2 Shakespeare

📋 copy color: '#609CC2'

red 96 ◦ green 156 ◦ blue 194

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

Shades of Shakespeare #609CC2

Tints of Shakespeare #609CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.5%

R = 21.52%
G = 34.98%
B = 43.5%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#609CC2 (or 0x609CC2) is known color: Shakespeare. HEX triplet: 60, 9C and C2. RGB value is (96,156,194). Sum of RGB (Red+Green+Blue) = 96+156+194=446 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.52% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 194 - color contains mainly: blue. Hex color #609CC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609CC2 is #9F633D. Grayscale: #8E8E8E. Windows color (decimal): -10445630 or 12754016. OLE color: 12754016.

HSL color Cylindrical-coordinate representation of color #609CC2: hue angle of 203.27º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #609CC2 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 156 194 -
CMYK 0.51 0.20 0 0.24
HSL 203.27º 0.45% 0.57% -
HSV(B) 203.27º 0.51% 0.76% -
XYZ 26.45 30.16 55.47 -
YUV 142.39 157.12 94.91 -
System Red Green Blue C M Y K H S L
Decimal 96 156 194 0.51 0.20 0 0.24 203.27 0.45 0.57
Hex 60 9C C2 33 14 0 18 CB 2D 39
Octal 140 234 302 63 24 0 30 313 55 71
Binary 1100000 10011100 11000010 110011 10100 0 11000 11001011 101101 111001

Color Harmonies of #609CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609CC2

Black with #609CC2

Text Example


Text Example

White with #609CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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