Html Css Color HEX #609EBC Shakespeare

📋 copy color: '#609EBC'

red 96 ◦ green 158 ◦ blue 188

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

Shades of Shakespeare #609EBC

Tints of Shakespeare #609EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.75%

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

R = 21.72%
G = 35.75%
B = 42.53%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#609EBC (or 0x609EBC) is known color: Shakespeare. HEX triplet: 60, 9E and BC. RGB value is (96,158,188). Sum of RGB (Red+Green+Blue) = 96+158+188=442 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.72% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #609EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609EBC is #9F6143. Grayscale: #8E8E8E. Windows color (decimal): -10445124 or 12361312. OLE color: 12361312.

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

Color convert

RGB 96 158 188 -
CMYK 0.49 0.16 0 0.26
HSL 199.57º 0.41% 0.56% -
HSV(B) 199.57º 0.49% 0.74% -
XYZ 26.13 30.57 52.1 -
YUV 142.88 153.46 94.56 -
System Red Green Blue C M Y K H S L
Decimal 96 158 188 0.49 0.16 0 0.26 199.57 0.41 0.56
Hex 60 9E BC 31 10 0 1A C8 29 38
Octal 140 236 274 61 20 0 32 310 51 70
Binary 1100000 10011110 10111100 110001 10000 0 11010 11001000 101001 111000

Color Harmonies of #609EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609EBC

Black with #609EBC

Text Example


Text Example

White with #609EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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