Html Css Color HEX #6E70AD Chetwode Blue

📋 copy color: '#6E70AD'

red 110 ◦ green 112 ◦ blue 173

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

Shades of Chetwode Blue #6E70AD

Tints of Chetwode Blue #6E70AD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.35%

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

R = 27.85%
G = 28.35%
B = 43.8%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6E70AD (or 0x6E70AD) is known color: Chetwode Blue. HEX triplet: 6E, 70 and AD. RGB value is (110,112,173). Sum of RGB (Red+Green+Blue) = 110+112+173=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E70AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E70AD is #918F52. Grayscale: #767676. Windows color (decimal): -9539411 or 11366510. OLE color: 11366510.

HSL color Cylindrical-coordinate representation of color #6E70AD: hue angle of 238.1º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E70AD is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 110 112 173 -
CMYK 0.36 0.35 0 0.32
HSL 238.1º 0.28% 0.55% -
HSV(B) 238.1º 0.36% 0.68% -
XYZ 19.77 17.92 41.95 -
YUV 118.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 110 112 173 0.36 0.35 0 0.32 238.1 0.28 0.55
Hex 6E 70 AD 24 23 0 20 EE 1C 37
Octal 156 160 255 44 43 0 40 356 34 67
Binary 1101110 1110000 10101101 100100 100011 0 100000 11101110 11100 110111

Color Harmonies of #6E70AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E70AD

Black with #6E70AD

Text Example


Text Example

White with #6E70AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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