Html Css Color HEX #6E6DC0 Chetwode Blue

📋 copy color: '#6E6DC0'

red 110 ◦ green 109 ◦ blue 192

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

Shades of Chetwode Blue #6E6DC0

Tints of Chetwode Blue #6E6DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.72%

R = 26.76%
G = 26.52%
B = 46.72%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E6DC0 (or 0x6E6DC0) is known color: Chetwode Blue. HEX triplet: 6E, 6D and C0. RGB value is (110,109,192). Sum of RGB (Red+Green+Blue) = 110+109+192=411 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.76% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 192 - color contains mainly: blue. Hex color #6E6DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6DC0 is #91923F. Grayscale: #767676. Windows color (decimal): -9540160 or 12610926. OLE color: 12610926.

HSL color Cylindrical-coordinate representation of color #6E6DC0: hue angle of 240.72º degrees, saturation: 0.4, 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 #6E6DC0 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 109 192 -
CMYK 0.43 0.43 0 0.25
HSL 240.72º 0.4% 0.59% -
HSV(B) 240.72º 0.43% 0.75% -
XYZ 21.41 18.06 52.23 -
YUV 118.76 169.33 121.75 -
System Red Green Blue C M Y K H S L
Decimal 110 109 192 0.43 0.43 0 0.25 240.72 0.4 0.59
Hex 6E 6D C0 2B 2B 0 19 F1 28 3B
Octal 156 155 300 53 53 0 31 361 50 73
Binary 1101110 1101101 11000000 101011 101011 0 11001 11110001 101000 111011

Color Harmonies of #6E6DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6DC0

Black with #6E6DC0

Text Example


Text Example

White with #6E6DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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