Html Css Color HEX #6D9ABA Shakespeare

📋 copy color: '#6D9ABA'

red 109 ◦ green 154 ◦ blue 186

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

Shades of Shakespeare #6D9ABA

Tints of Shakespeare #6D9ABA

RGB

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

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

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

R = 24.28%
G = 34.3%
B = 41.43%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D9ABA (or 0x6D9ABA) is known color: Shakespeare. HEX triplet: 6D, 9A and BA. RGB value is (109,154,186). Sum of RGB (Red+Green+Blue) = 109+154+186=449 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.28% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D9ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9ABA is #926545. Grayscale: #909090. Windows color (decimal): -9594182 or 12229229. OLE color: 12229229.

HSL color Cylindrical-coordinate representation of color #6D9ABA: hue angle of 204.94º 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 #6D9ABA is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 154 186 -
CMYK 0.41 0.17 0 0.27
HSL 204.94º 0.36% 0.58% -
HSV(B) 204.94º 0.41% 0.73% -
XYZ 26.73 29.91 50.82 -
YUV 144.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 109 154 186 0.41 0.17 0 0.27 204.94 0.36 0.58
Hex 6D 9A BA 29 11 0 1B CD 24 3A
Octal 155 232 272 51 21 0 33 315 44 72
Binary 1101101 10011010 10111010 101001 10001 0 11011 11001101 100100 111010

Color Harmonies of #6D9ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9ABA

Black with #6D9ABA

Text Example


Text Example

White with #6D9ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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