Html Css Color HEX #609DBB Shakespeare

📋 copy color: '#609DBB'

red 96 ◦ green 157 ◦ blue 187

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

Shades of Shakespeare #609DBB

Tints of Shakespeare #609DBB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.68%

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

R = 21.82%
G = 35.68%
B = 42.5%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#609DBB (or 0x609DBB) is known color: Shakespeare. HEX triplet: 60, 9D and BB. RGB value is (96,157,187). Sum of RGB (Red+Green+Blue) = 96+157+187=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #609DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609DBB is #9F6244. Grayscale: #8E8E8E. Windows color (decimal): -10445381 or 12295520. OLE color: 12295520.

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

Color convert

RGB 96 157 187 -
CMYK 0.49 0.16 0 0.27
HSL 199.78º 0.4% 0.55% -
HSV(B) 199.78º 0.49% 0.73% -
XYZ 25.85 30.19 51.48 -
YUV 142.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 96 157 187 0.49 0.16 0 0.27 199.78 0.4 0.55
Hex 60 9D BB 31 10 0 1B C8 28 37
Octal 140 235 273 61 20 0 33 310 50 67
Binary 1100000 10011101 10111011 110001 10000 0 11011 11001000 101000 110111

Color Harmonies of #609DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609DBB

Black with #609DBB

Text Example


Text Example

White with #609DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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