Html Css Color HEX #6E6BAD Chetwode Blue

📋 copy color: '#6E6BAD'

red 110 ◦ green 107 ◦ blue 173

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

Shades of Chetwode Blue #6E6BAD

Tints of Chetwode Blue #6E6BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.36%

R = 28.21%
G = 27.44%
B = 44.36%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6E6BAD (or 0x6E6BAD) is known color: Chetwode Blue. HEX triplet: 6E, 6B and AD. RGB value is (110,107,173). Sum of RGB (Red+Green+Blue) = 110+107+173=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E6BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6BAD is #919452. Grayscale: #737373. Windows color (decimal): -9540691 or 11365230. OLE color: 11365230.

HSL color Cylindrical-coordinate representation of color #6E6BAD: hue angle of 242.73º 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 #6E6BAD is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 110 107 173 -
CMYK 0.36 0.38 0 0.32
HSL 242.73º 0.29% 0.55% -
HSV(B) 242.73º 0.38% 0.68% -
XYZ 19.23 16.85 41.77 -
YUV 115.42 160.49 124.13 -
System Red Green Blue C M Y K H S L
Decimal 110 107 173 0.36 0.38 0 0.32 242.73 0.29 0.55
Hex 6E 6B AD 24 26 0 20 F3 1D 37
Octal 156 153 255 44 46 0 40 363 35 67
Binary 1101110 1101011 10101101 100100 100110 0 100000 11110011 11101 110111

Color Harmonies of #6E6BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6BAD

Black with #6E6BAD

Text Example


Text Example

White with #6E6BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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