Html Css Color HEX #706EAF Chetwode Blue

📋 copy color: '#706EAF'

red 112 ◦ green 110 ◦ blue 175

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

Shades of Chetwode Blue #706EAF

Tints of Chetwode Blue #706EAF

RGB

 RED value IS 112 (44.14% from 255) = 28.21%

 GREEN value IS 110 (43.36% from 255) = 27.71%

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 28.21%
G = 27.71%
B = 44.08%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#706EAF (or 0x706EAF) is known color: Chetwode Blue. HEX triplet: 70, 6E and AF. RGB value is (112,110,175). Sum of RGB (Red+Green+Blue) = 112+110+175=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #706EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706EAF is #8F9150. Grayscale: #757575. Windows color (decimal): -9408849 or 11497072. OLE color: 11497072.

HSL color Cylindrical-coordinate representation of color #706EAF: hue angle of 241.85º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #706EAF is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 110 175 -
CMYK 0.36 0.37 0 0.31
HSL 241.85º 0.29% 0.56% -
HSV(B) 241.85º 0.37% 0.69% -
XYZ 20 17.69 42.92 -
YUV 118.01 160.16 123.71 -
System Red Green Blue C M Y K H S L
Decimal 112 110 175 0.36 0.37 0 0.31 241.85 0.29 0.56
Hex 70 6E AF 24 25 0 1F F2 1D 38
Octal 160 156 257 44 45 0 37 362 35 70
Binary 1110000 1101110 10101111 100100 100101 0 11111 11110010 11101 111000

Color Harmonies of #706EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706EAF

Black with #706EAF

Text Example


Text Example

White with #706EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706EAF; }

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

 H1.HeaderClassName
 {
   color: #706EAF;
 }
 .AnyTagClassName
 {
   color: #706EAF;
 }
</style>

background-color css

<style>
 a { background-color: #706EAF; }

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

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

border-color css

<style>
 span { border-color: #706EAF; }

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

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