Html Css Color HEX #6096BE Shakespeare

📋 copy color: '#6096BE'

red 96 ◦ green 150 ◦ blue 190

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

Shades of Shakespeare #6096BE

Tints of Shakespeare #6096BE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.4%

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

R = 22.02%
G = 34.4%
B = 43.58%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6096BE (or 0x6096BE) is known color: Shakespeare. HEX triplet: 60, 96 and BE. RGB value is (96,150,190). Sum of RGB (Red+Green+Blue) = 96+150+190=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #6096BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6096BE is #9F6941. Grayscale: #8A8A8A. Windows color (decimal): -10447170 or 12490336. OLE color: 12490336.

HSL color Cylindrical-coordinate representation of color #6096BE: hue angle of 205.53º 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 #6096BE is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 150 190 -
CMYK 0.49 0.21 0 0.25
HSL 205.53º 0.42% 0.56% -
HSV(B) 205.53º 0.49% 0.75% -
XYZ 25.02 28.02 52.8 -
YUV 138.41 157.11 97.75 -
System Red Green Blue C M Y K H S L
Decimal 96 150 190 0.49 0.21 0 0.25 205.53 0.42 0.56
Hex 60 96 BE 31 15 0 19 CE 2A 38
Octal 140 226 276 61 25 0 31 316 52 70
Binary 1100000 10010110 10111110 110001 10101 0 11001 11001110 101010 111000

Color Harmonies of #6096BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6096BE

Black with #6096BE

Text Example


Text Example

White with #6096BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6096BE; }

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

 H1.HeaderClassName
 {
   color: #6096BE;
 }
 .AnyTagClassName
 {
   color: #6096BE;
 }
</style>

background-color css

<style>
 a { background-color: #6096BE; }

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

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

border-color css

<style>
 span { border-color: #6096BE; }

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

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