Html Css Color HEX #6E6BBD Chetwode Blue

📋 copy color: '#6E6BBD'

red 110 ◦ green 107 ◦ blue 189

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

Shades of Chetwode Blue #6E6BBD

Tints of Chetwode Blue #6E6BBD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

 BLUE value IS 189 (74.22% from 255) = 46.55%

R = 27.09%
G = 26.35%
B = 46.55%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E6BBD (or 0x6E6BBD) is known color: Chetwode Blue. HEX triplet: 6E, 6B and BD. RGB value is (110,107,189). Sum of RGB (Red+Green+Blue) = 110+107+189=406 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.09% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E6BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6BBD is #919442. Grayscale: #747474. Windows color (decimal): -9540675 or 12413806. OLE color: 12413806.

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

Color convert

RGB 110 107 189 -
CMYK 0.42 0.43 0 0.26
HSL 242.2º 0.38% 0.58% -
HSV(B) 242.2º 0.43% 0.74% -
XYZ 20.87 17.5 50.42 -
YUV 117.25 168.49 122.83 -
System Red Green Blue C M Y K H S L
Decimal 110 107 189 0.42 0.43 0 0.26 242.2 0.38 0.58
Hex 6E 6B BD 2A 2B 0 1A F2 26 3A
Octal 156 153 275 52 53 0 32 362 46 72
Binary 1101110 1101011 10111101 101010 101011 0 11010 11110010 100110 111010

Color Harmonies of #6E6BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6BBD

Black with #6E6BBD

Text Example


Text Example

White with #6E6BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,107,189); }

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

background-color css

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

 a { background-color: rgb(110,107,189); }

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

border-color css

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

 span { border-color: rgb(110,107,189); }

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