Html Css Color HEX #6E6CBC Chetwode Blue

📋 copy color: '#6E6CBC'

red 110 ◦ green 108 ◦ blue 188

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

Shades of Chetwode Blue #6E6CBC

Tints of Chetwode Blue #6E6CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 27.09%
G = 26.6%
B = 46.31%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E6CBC (or 0x6E6CBC) is known color: Chetwode Blue. HEX triplet: 6E, 6C and BC. RGB value is (110,108,188). Sum of RGB (Red+Green+Blue) = 110+108+188=406 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.09% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E6CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6CBC is #919343. Grayscale: #757575. Windows color (decimal): -9540420 or 12348526. OLE color: 12348526.

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

Color convert

RGB 110 108 188 -
CMYK 0.41 0.43 0 0.26
HSL 241.5º 0.37% 0.58% -
HSV(B) 241.5º 0.43% 0.74% -
XYZ 20.87 17.67 49.89 -
YUV 117.72 167.66 122.5 -
System Red Green Blue C M Y K H S L
Decimal 110 108 188 0.41 0.43 0 0.26 241.5 0.37 0.58
Hex 6E 6C BC 29 2B 0 1A F2 25 3A
Octal 156 154 274 51 53 0 32 362 45 72
Binary 1101110 1101100 10111100 101001 101011 0 11010 11110010 100101 111010

Color Harmonies of #6E6CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6CBC

Black with #6E6CBC

Text Example


Text Example

White with #6E6CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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