Html Css Color HEX #706FAF Chetwode Blue

📋 copy color: '#706FAF'

red 112 ◦ green 111 ◦ blue 175

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

Shades of Chetwode Blue #706FAF

Tints of Chetwode Blue #706FAF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.89%

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

R = 28.14%
G = 27.89%
B = 43.97%

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

#706FAF (or 0x706FAF) is known color: Chetwode Blue. HEX triplet: 70, 6F and AF. RGB value is (112,111,175). Sum of RGB (Red+Green+Blue) = 112+111+175=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #706FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706FAF is #8F9050. Grayscale: #767676. Windows color (decimal): -9408593 or 11497328. OLE color: 11497328.

HSL color Cylindrical-coordinate representation of color #706FAF: hue angle of 240.94º 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 #706FAF is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 111 175 -
CMYK 0.36 0.37 0 0.31
HSL 240.94º 0.29% 0.56% -
HSV(B) 240.94º 0.37% 0.69% -
XYZ 20.1 17.91 42.95 -
YUV 118.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 112 111 175 0.36 0.37 0 0.31 240.94 0.29 0.56
Hex 70 6F AF 24 25 0 1F F1 1D 38
Octal 160 157 257 44 45 0 37 361 35 70
Binary 1110000 1101111 10101111 100100 100101 0 11111 11110001 11101 111000

Color Harmonies of #706FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706FAF

Black with #706FAF

Text Example


Text Example

White with #706FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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