Html Css Color HEX #6E6CAE Chetwode Blue

📋 copy color: '#6E6CAE'

red 110 ◦ green 108 ◦ blue 174

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

Shades of Chetwode Blue #6E6CAE

Tints of Chetwode Blue #6E6CAE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.55%

 BLUE value IS 174 (68.36% from 255) = 44.39%

R = 28.06%
G = 27.55%
B = 44.39%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6E6CAE (or 0x6E6CAE) is known color: Chetwode Blue. HEX triplet: 6E, 6C and AE. RGB value is (110,108,174). Sum of RGB (Red+Green+Blue) = 110+108+174=392 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.06% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E6CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6CAE is #919351. Grayscale: #737373. Windows color (decimal): -9540434 or 11431022. OLE color: 11431022.

HSL color Cylindrical-coordinate representation of color #6E6CAE: hue angle of 241.82º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E6CAE is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 110 108 174 -
CMYK 0.37 0.38 0 0.32
HSL 241.82º 0.29% 0.55% -
HSV(B) 241.82º 0.38% 0.68% -
XYZ 19.43 17.1 42.32 -
YUV 116.12 160.66 123.63 -
System Red Green Blue C M Y K H S L
Decimal 110 108 174 0.37 0.38 0 0.32 241.82 0.29 0.55
Hex 6E 6C AE 25 26 0 20 F2 1D 37
Octal 156 154 256 45 46 0 40 362 35 67
Binary 1101110 1101100 10101110 100101 100110 0 100000 11110010 11101 110111

Color Harmonies of #6E6CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6CAE

Black with #6E6CAE

Text Example


Text Example

White with #6E6CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,108,174); }

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

background-color css

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

 a { background-color: rgb(110,108,174); }

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

border-color css

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

 span { border-color: rgb(110,108,174); }

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