Html Css Color HEX #609CBA Shakespeare

📋 copy color: '#609CBA'

red 96 ◦ green 156 ◦ blue 186

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

Shades of Shakespeare #609CBA

Tints of Shakespeare #609CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.47%

R = 21.92%
G = 35.62%
B = 42.47%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#609CBA (or 0x609CBA) is known color: Shakespeare. HEX triplet: 60, 9C and BA. RGB value is (96,156,186). Sum of RGB (Red+Green+Blue) = 96+156+186=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #609CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609CBA is #9F6345. Grayscale: #8D8D8D. Windows color (decimal): -10445638 or 12229728. OLE color: 12229728.

HSL color Cylindrical-coordinate representation of color #609CBA: hue angle of 200º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #609CBA is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 156 186 -
CMYK 0.48 0.16 0 0.27
HSL 200º 0.39% 0.55% -
HSV(B) 200º 0.48% 0.73% -
XYZ 25.58 29.81 50.86 -
YUV 141.48 153.12 95.56 -
System Red Green Blue C M Y K H S L
Decimal 96 156 186 0.48 0.16 0 0.27 200 0.39 0.55
Hex 60 9C BA 30 10 0 1B C8 27 37
Octal 140 234 272 60 20 0 33 310 47 67
Binary 1100000 10011100 10111010 110000 10000 0 11011 11001000 100111 110111

Color Harmonies of #609CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609CBA

Black with #609CBA

Text Example


Text Example

White with #609CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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