Html Css Color HEX #6E72BE Chetwode Blue

📋 copy color: '#6E72BE'

red 110 ◦ green 114 ◦ blue 190

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

Shades of Chetwode Blue #6E72BE

Tints of Chetwode Blue #6E72BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.54%

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

R = 26.57%
G = 27.54%
B = 45.89%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E72BE (or 0x6E72BE) is known color: Chetwode Blue. HEX triplet: 6E, 72 and BE. RGB value is (110,114,190). Sum of RGB (Red+Green+Blue) = 110+114+190=414 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.57% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E72BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E72BE is #918D41. Grayscale: #797979. Windows color (decimal): -9538882 or 12481134. OLE color: 12481134.

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

Color convert

RGB 110 114 190 -
CMYK 0.42 0.40 0 0.25
HSL 237º 0.38% 0.59% -
HSV(B) 237º 0.42% 0.75% -
XYZ 21.74 19.07 51.25 -
YUV 121.47 166.67 119.82 -
System Red Green Blue C M Y K H S L
Decimal 110 114 190 0.42 0.40 0 0.25 237 0.38 0.59
Hex 6E 72 BE 2A 28 0 19 ED 26 3B
Octal 156 162 276 52 50 0 31 355 46 73
Binary 1101110 1110010 10111110 101010 101000 0 11001 11101101 100110 111011

Color Harmonies of #6E72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E72BE

Black with #6E72BE

Text Example


Text Example

White with #6E72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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