Html Css Color HEX #6D9EBA Shakespeare

📋 copy color: '#6D9EBA'

red 109 ◦ green 158 ◦ blue 186

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

Shades of Shakespeare #6D9EBA

Tints of Shakespeare #6D9EBA

RGB

 RED value IS 109 (42.97% from 255) = 24.06%

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

 BLUE value IS 186 (73.05% from 255) = 41.06%

R = 24.06%
G = 34.88%
B = 41.06%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D9EBA (or 0x6D9EBA) is known color: Shakespeare. HEX triplet: 6D, 9E and BA. RGB value is (109,158,186). Sum of RGB (Red+Green+Blue) = 109+158+186=453 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.06% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D9EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9EBA is #926145. Grayscale: #929292. Windows color (decimal): -9593158 or 12230253. OLE color: 12230253.

HSL color Cylindrical-coordinate representation of color #6D9EBA: hue angle of 201.82º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D9EBA is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 158 186 -
CMYK 0.41 0.15 0 0.27
HSL 201.82º 0.36% 0.58% -
HSV(B) 201.82º 0.41% 0.73% -
XYZ 27.4 31.25 51.04 -
YUV 146.54 150.27 101.22 -
System Red Green Blue C M Y K H S L
Decimal 109 158 186 0.41 0.15 0 0.27 201.82 0.36 0.58
Hex 6D 9E BA 29 F 0 1B CA 24 3A
Octal 155 236 272 51 17 0 33 312 44 72
Binary 1101101 10011110 10111010 101001 1111 0 11011 11001010 100100 111010

Color Harmonies of #6D9EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9EBA

Black with #6D9EBA

Text Example


Text Example

White with #6D9EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D9EBA; }

 p { color: rgb(109,158,186); }

 H1.HeaderClassName
 {
   color: #6D9EBA;
 }
 .AnyTagClassName
 {
   color: #6D9EBA;
 }
</style>

background-color css

<style>
 a { background-color: #6D9EBA; }

 a { background-color: rgb(109,158,186); }

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

border-color css

<style>
 span { border-color: #6D9EBA; }

 span { border-color: rgb(109,158,186); }

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