Html Css Color HEX #609FBC Shakespeare

📋 copy color: '#609FBC'

red 96 ◦ green 159 ◦ blue 188

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

Shades of Shakespeare #609FBC

Tints of Shakespeare #609FBC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.89%

 BLUE value IS 188 (73.83% from 255) = 42.44%

R = 21.67%
G = 35.89%
B = 42.44%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#609FBC (or 0x609FBC) is known color: Shakespeare. HEX triplet: 60, 9F and BC. RGB value is (96,159,188). Sum of RGB (Red+Green+Blue) = 96+159+188=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #609FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609FBC is #9F6043. Grayscale: #8F8F8F. Windows color (decimal): -10444868 or 12361568. OLE color: 12361568.

HSL color Cylindrical-coordinate representation of color #609FBC: hue angle of 198.91º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #609FBC is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 159 188 -
CMYK 0.49 0.15 0 0.26
HSL 198.91º 0.41% 0.56% -
HSV(B) 198.91º 0.49% 0.74% -
XYZ 26.3 30.91 52.16 -
YUV 143.47 153.13 94.14 -
System Red Green Blue C M Y K H S L
Decimal 96 159 188 0.49 0.15 0 0.26 198.91 0.41 0.56
Hex 60 9F BC 31 F 0 1A C7 29 38
Octal 140 237 274 61 17 0 32 307 51 70
Binary 1100000 10011111 10111100 110001 1111 0 11010 11000111 101001 111000

Color Harmonies of #609FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609FBC

Black with #609FBC

Text Example


Text Example

White with #609FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,159,188); }

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

background-color css

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

 a { background-color: rgb(96,159,188); }

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

border-color css

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

 span { border-color: rgb(96,159,188); }

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