Html Css Color HEX #6E6ABD Chetwode Blue

📋 copy color: '#6E6ABD'

red 110 ◦ green 106 ◦ blue 189

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

Shades of Chetwode Blue #6E6ABD

Tints of Chetwode Blue #6E6ABD

RGB

 RED value IS 110 (43.36% from 255) = 27.16%

 GREEN value IS 106 (41.8% from 255) = 26.17%

 BLUE value IS 189 (74.22% from 255) = 46.67%

R = 27.16%
G = 26.17%
B = 46.67%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E6ABD (or 0x6E6ABD) is known color: Chetwode Blue. HEX triplet: 6E, 6A and BD. RGB value is (110,106,189). Sum of RGB (Red+Green+Blue) = 110+106+189=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E6ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6ABD is #919542. Grayscale: #747474. Windows color (decimal): -9540931 or 12413550. OLE color: 12413550.

HSL color Cylindrical-coordinate representation of color #6E6ABD: hue angle of 242.89º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E6ABD is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 106 189 -
CMYK 0.42 0.44 0 0.26
HSL 242.89º 0.39% 0.58% -
HSV(B) 242.89º 0.44% 0.74% -
XYZ 20.77 17.3 50.39 -
YUV 116.66 168.83 123.25 -
System Red Green Blue C M Y K H S L
Decimal 110 106 189 0.42 0.44 0 0.26 242.89 0.39 0.58
Hex 6E 6A BD 2A 2C 0 1A F3 27 3A
Octal 156 152 275 52 54 0 32 363 47 72
Binary 1101110 1101010 10111101 101010 101100 0 11010 11110011 100111 111010

Color Harmonies of #6E6ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6ABD

Black with #6E6ABD

Text Example


Text Example

White with #6E6ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,106,189); }

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

background-color css

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

 a { background-color: rgb(110,106,189); }

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

border-color css

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

 span { border-color: rgb(110,106,189); }

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