Html Css Color HEX #6E70AC Chetwode Blue

📋 copy color: '#6E70AC'

red 110 ◦ green 112 ◦ blue 172

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

Shades of Chetwode Blue #6E70AC

Tints of Chetwode Blue #6E70AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.65%

R = 27.92%
G = 28.43%
B = 43.65%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E70AC (or 0x6E70AC) is known color: Chetwode Blue. HEX triplet: 6E, 70 and AC. RGB value is (110,112,172). Sum of RGB (Red+Green+Blue) = 110+112+172=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E70AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E70AC is #918F53. Grayscale: #767676. Windows color (decimal): -9539412 or 11300974. OLE color: 11300974.

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

Color convert

RGB 110 112 172 -
CMYK 0.36 0.35 0 0.33
HSL 238.06º 0.27% 0.55% -
HSV(B) 238.06º 0.36% 0.67% -
XYZ 19.67 17.88 41.44 -
YUV 118.24 158.34 122.12 -
System Red Green Blue C M Y K H S L
Decimal 110 112 172 0.36 0.35 0 0.33 238.06 0.27 0.55
Hex 6E 70 AC 24 23 0 21 EE 1B 37
Octal 156 160 254 44 43 0 41 356 33 67
Binary 1101110 1110000 10101100 100100 100011 0 100001 11101110 11011 110111

Color Harmonies of #6E70AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E70AC

Black with #6E70AC

Text Example


Text Example

White with #6E70AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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