Html Css Color HEX #6D9ABE Shakespeare

📋 copy color: '#6D9ABE'

red 109 ◦ green 154 ◦ blue 190

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

Shades of Shakespeare #6D9ABE

Tints of Shakespeare #6D9ABE

RGB

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

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

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

R = 24.06%
G = 34%
B = 41.94%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D9ABE (or 0x6D9ABE) is known color: Shakespeare. HEX triplet: 6D, 9A and BE. RGB value is (109,154,190). Sum of RGB (Red+Green+Blue) = 109+154+190=453 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.06% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D9ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9ABE is #926541. Grayscale: #909090. Windows color (decimal): -9594178 or 12491373. OLE color: 12491373.

HSL color Cylindrical-coordinate representation of color #6D9ABE: hue angle of 206.67º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D9ABE is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 154 190 -
CMYK 0.43 0.19 0 0.25
HSL 206.67º 0.38% 0.59% -
HSV(B) 206.67º 0.43% 0.75% -
XYZ 27.16 30.08 53.09 -
YUV 144.65 153.59 102.57 -
System Red Green Blue C M Y K H S L
Decimal 109 154 190 0.43 0.19 0 0.25 206.67 0.38 0.59
Hex 6D 9A BE 2B 13 0 19 CF 26 3B
Octal 155 232 276 53 23 0 31 317 46 73
Binary 1101101 10011010 10111110 101011 10011 0 11001 11001111 100110 111011

Color Harmonies of #6D9ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9ABE

Black with #6D9ABE

Text Example


Text Example

White with #6D9ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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