Html Css Color HEX #609EBE Shakespeare

📋 copy color: '#609EBE'

red 96 ◦ green 158 ◦ blue 190

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

Shades of Shakespeare #609EBE

Tints of Shakespeare #609EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.79%

R = 21.62%
G = 35.59%
B = 42.79%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#609EBE (or 0x609EBE) is known color: Shakespeare. HEX triplet: 60, 9E and BE. RGB value is (96,158,190). Sum of RGB (Red+Green+Blue) = 96+158+190=444 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.62% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #609EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609EBE is #9F6141. Grayscale: #8E8E8E. Windows color (decimal): -10445122 or 12492384. OLE color: 12492384.

HSL color Cylindrical-coordinate representation of color #609EBE: hue angle of 200.43º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #609EBE is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 158 190 -
CMYK 0.49 0.17 0 0.25
HSL 200.43º 0.42% 0.56% -
HSV(B) 200.43º 0.49% 0.75% -
XYZ 26.35 30.66 53.24 -
YUV 143.11 154.46 94.4 -
System Red Green Blue C M Y K H S L
Decimal 96 158 190 0.49 0.17 0 0.25 200.43 0.42 0.56
Hex 60 9E BE 31 11 0 19 C8 2A 38
Octal 140 236 276 61 21 0 31 310 52 70
Binary 1100000 10011110 10111110 110001 10001 0 11001 11001000 101010 111000

Color Harmonies of #609EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609EBE

Black with #609EBE

Text Example


Text Example

White with #609EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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