Html Css Color HEX #6095BE Shakespeare

📋 copy color: '#6095BE'

red 96 ◦ green 149 ◦ blue 190

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

Shades of Shakespeare #6095BE

Tints of Shakespeare #6095BE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.25%

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

R = 22.07%
G = 34.25%
B = 43.68%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6095BE (or 0x6095BE) is known color: Shakespeare. HEX triplet: 60, 95 and BE. RGB value is (96,149,190). Sum of RGB (Red+Green+Blue) = 96+149+190=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #6095BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6095BE is #9F6A41. Grayscale: #898989. Windows color (decimal): -10447426 or 12490080. OLE color: 12490080.

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

Color convert

RGB 96 149 190 -
CMYK 0.49 0.22 0 0.25
HSL 206.17º 0.42% 0.56% -
HSV(B) 206.17º 0.49% 0.75% -
XYZ 24.87 27.7 52.75 -
YUV 137.83 157.44 98.17 -
System Red Green Blue C M Y K H S L
Decimal 96 149 190 0.49 0.22 0 0.25 206.17 0.42 0.56
Hex 60 95 BE 31 16 0 19 CE 2A 38
Octal 140 225 276 61 26 0 31 316 52 70
Binary 1100000 10010101 10111110 110001 10110 0 11001 11001110 101010 111000

Color Harmonies of #6095BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6095BE

Black with #6095BE

Text Example


Text Example

White with #6095BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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