Html Css Color HEX #6E6CBE Chetwode Blue

📋 copy color: '#6E6CBE'

red 110 ◦ green 108 ◦ blue 190

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

Shades of Chetwode Blue #6E6CBE

Tints of Chetwode Blue #6E6CBE

RGB

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

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

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

R = 26.96%
G = 26.47%
B = 46.57%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E6CBE (or 0x6E6CBE) is known color: Chetwode Blue. HEX triplet: 6E, 6C and BE. RGB value is (110,108,190). Sum of RGB (Red+Green+Blue) = 110+108+190=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E6CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6CBE is #919341. Grayscale: #757575. Windows color (decimal): -9540418 or 12479598. OLE color: 12479598.

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

Color convert

RGB 110 108 190 -
CMYK 0.42 0.43 0 0.25
HSL 241.46º 0.39% 0.58% -
HSV(B) 241.46º 0.43% 0.75% -
XYZ 21.09 17.76 51.03 -
YUV 117.95 168.66 122.33 -
System Red Green Blue C M Y K H S L
Decimal 110 108 190 0.42 0.43 0 0.25 241.46 0.39 0.58
Hex 6E 6C BE 2A 2B 0 19 F1 27 3A
Octal 156 154 276 52 53 0 31 361 47 72
Binary 1101110 1101100 10111110 101010 101011 0 11001 11110001 100111 111010

Color Harmonies of #6E6CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6CBE

Black with #6E6CBE

Text Example


Text Example

White with #6E6CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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