Html Css Color HEX #609BC4 Shakespeare

📋 copy color: '#609BC4'

red 96 ◦ green 155 ◦ blue 196

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

Shades of Shakespeare #609BC4

Tints of Shakespeare #609BC4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.68%

 BLUE value IS 196 (76.95% from 255) = 43.85%

R = 21.48%
G = 34.68%
B = 43.85%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#609BC4 (or 0x609BC4) is known color: Shakespeare. HEX triplet: 60, 9B and C4. RGB value is (96,155,196). Sum of RGB (Red+Green+Blue) = 96+155+196=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 196 - color contains mainly: blue. Hex color #609BC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BC4 is #9F643B. Grayscale: #8D8D8D. Windows color (decimal): -10445884 or 12884832. OLE color: 12884832.

HSL color Cylindrical-coordinate representation of color #609BC4: hue angle of 204.6º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #609BC4 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 96 155 196 -
CMYK 0.51 0.21 0 0.23
HSL 204.6º 0.46% 0.57% -
HSV(B) 204.6º 0.51% 0.77% -
XYZ 26.51 29.92 56.6 -
YUV 142.03 158.45 95.17 -
System Red Green Blue C M Y K H S L
Decimal 96 155 196 0.51 0.21 0 0.23 204.6 0.46 0.57
Hex 60 9B C4 33 15 0 17 CD 2E 39
Octal 140 233 304 63 25 0 27 315 56 71
Binary 1100000 10011011 11000100 110011 10101 0 10111 11001101 101110 111001

Color Harmonies of #609BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609BC4

Black with #609BC4

Text Example


Text Example

White with #609BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,155,196); }

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

background-color css

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

 a { background-color: rgb(96,155,196); }

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

border-color css

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

 span { border-color: rgb(96,155,196); }

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