Html Css Color HEX #6D9ABB Shakespeare

📋 copy color: '#6D9ABB'

red 109 ◦ green 154 ◦ blue 187

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

Shades of Shakespeare #6D9ABB

Tints of Shakespeare #6D9ABB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.22%

 BLUE value IS 187 (73.44% from 255) = 41.56%

R = 24.22%
G = 34.22%
B = 41.56%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D9ABB (or 0x6D9ABB) is known color: Shakespeare. HEX triplet: 6D, 9A and BB. RGB value is (109,154,187). Sum of RGB (Red+Green+Blue) = 109+154+187=450 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.22% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D9ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9ABB is #926544. Grayscale: #909090. Windows color (decimal): -9594181 or 12294765. OLE color: 12294765.

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

Color convert

RGB 109 154 187 -
CMYK 0.42 0.18 0 0.27
HSL 205.38º 0.36% 0.58% -
HSV(B) 205.38º 0.42% 0.73% -
XYZ 26.83 29.95 51.38 -
YUV 144.31 152.09 102.82 -
System Red Green Blue C M Y K H S L
Decimal 109 154 187 0.42 0.18 0 0.27 205.38 0.36 0.58
Hex 6D 9A BB 2A 12 0 1B CD 24 3A
Octal 155 232 273 52 22 0 33 315 44 72
Binary 1101101 10011010 10111011 101010 10010 0 11011 11001101 100100 111010

Color Harmonies of #6D9ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9ABB

Black with #6D9ABB

Text Example


Text Example

White with #6D9ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,154,187); }

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

background-color css

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

 a { background-color: rgb(109,154,187); }

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

border-color css

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

 span { border-color: rgb(109,154,187); }

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