Html Css Color HEX #609CBB Shakespeare

📋 copy color: '#609CBB'

red 96 ◦ green 156 ◦ blue 187

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

Shades of Shakespeare #609CBB

Tints of Shakespeare #609CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.6%

R = 21.87%
G = 35.54%
B = 42.6%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#609CBB (or 0x609CBB) is known color: Shakespeare. HEX triplet: 60, 9C and BB. RGB value is (96,156,187). Sum of RGB (Red+Green+Blue) = 96+156+187=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #609CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609CBB is #9F6344. Grayscale: #8D8D8D. Windows color (decimal): -10445637 or 12295264. OLE color: 12295264.

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

Color convert

RGB 96 156 187 -
CMYK 0.49 0.17 0 0.27
HSL 200.44º 0.4% 0.55% -
HSV(B) 200.44º 0.49% 0.73% -
XYZ 25.68 29.85 51.42 -
YUV 141.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 96 156 187 0.49 0.17 0 0.27 200.44 0.4 0.55
Hex 60 9C BB 31 11 0 1B C8 28 37
Octal 140 234 273 61 21 0 33 310 50 67
Binary 1100000 10011100 10111011 110001 10001 0 11011 11001000 101000 110111

Color Harmonies of #609CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609CBB

Black with #609CBB

Text Example


Text Example

White with #609CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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