Html Css Color HEX #6E6DAB Chetwode Blue

📋 copy color: '#6E6DAB'

red 110 ◦ green 109 ◦ blue 171

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

Shades of Chetwode Blue #6E6DAB

Tints of Chetwode Blue #6E6DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.95%

 BLUE value IS 171 (67.19% from 255) = 43.85%

R = 28.21%
G = 27.95%
B = 43.85%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E6DAB (or 0x6E6DAB) is known color: Chetwode Blue. HEX triplet: 6E, 6D and AB. RGB value is (110,109,171). Sum of RGB (Red+Green+Blue) = 110+109+171=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E6DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6DAB is #919254. Grayscale: #747474. Windows color (decimal): -9540181 or 11234670. OLE color: 11234670.

HSL color Cylindrical-coordinate representation of color #6E6DAB: hue angle of 240.97º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E6DAB is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 109 171 -
CMYK 0.36 0.36 0 0.33
HSL 240.97º 0.27% 0.55% -
HSV(B) 240.97º 0.36% 0.67% -
XYZ 19.25 17.19 40.83 -
YUV 116.37 158.83 123.46 -
System Red Green Blue C M Y K H S L
Decimal 110 109 171 0.36 0.36 0 0.33 240.97 0.27 0.55
Hex 6E 6D AB 24 24 0 21 F1 1B 37
Octal 156 155 253 44 44 0 41 361 33 67
Binary 1101110 1101101 10101011 100100 100100 0 100001 11110001 11011 110111

Color Harmonies of #6E6DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6DAB

Black with #6E6DAB

Text Example


Text Example

White with #6E6DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,109,171); }

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

background-color css

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

 a { background-color: rgb(110,109,171); }

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

border-color css

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

 span { border-color: rgb(110,109,171); }

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