Html Css Color HEX #609BBB Shakespeare

📋 copy color: '#609BBB'

red 96 ◦ green 155 ◦ blue 187

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

Shades of Shakespeare #609BBB

Tints of Shakespeare #609BBB

RGB

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

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

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

R = 21.92%
G = 35.39%
B = 42.69%

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

#609BBB (or 0x609BBB) is known color: Shakespeare. HEX triplet: 60, 9B and BB. RGB value is (96,155,187). Sum of RGB (Red+Green+Blue) = 96+155+187=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #609BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BBB is #9F6444. Grayscale: #8C8C8C. Windows color (decimal): -10445893 or 12295008. OLE color: 12295008.

HSL color Cylindrical-coordinate representation of color #609BBB: hue angle of 201.1º 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 #609BBB is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 155 187 -
CMYK 0.49 0.17 0 0.27
HSL 201.1º 0.4% 0.55% -
HSV(B) 201.1º 0.49% 0.73% -
XYZ 25.51 29.52 51.37 -
YUV 141.01 153.95 95.9 -
System Red Green Blue C M Y K H S L
Decimal 96 155 187 0.49 0.17 0 0.27 201.1 0.4 0.55
Hex 60 9B BB 31 11 0 1B C9 28 37
Octal 140 233 273 61 21 0 33 311 50 67
Binary 1100000 10011011 10111011 110001 10001 0 11011 11001001 101000 110111

Color Harmonies of #609BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609BBB

Black with #609BBB

Text Example


Text Example

White with #609BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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