Html Css Color HEX #706FAD Chetwode Blue

📋 copy color: '#706FAD'

red 112 ◦ green 111 ◦ blue 173

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

Shades of Chetwode Blue #706FAD

Tints of Chetwode Blue #706FAD

RGB

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

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

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

R = 28.28%
G = 28.03%
B = 43.69%

CMYK

 C value IS 0.35

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#706FAD (or 0x706FAD) is known color: Chetwode Blue. HEX triplet: 70, 6F and AD. RGB value is (112,111,173). Sum of RGB (Red+Green+Blue) = 112+111+173=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #706FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706FAD is #8F9052. Grayscale: #767676. Windows color (decimal): -9408595 or 11366256. OLE color: 11366256.

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

Color convert

RGB 112 111 173 -
CMYK 0.35 0.36 0 0.32
HSL 240.97º 0.27% 0.56% -
HSV(B) 240.97º 0.36% 0.68% -
XYZ 19.91 17.83 41.93 -
YUV 118.37 158.83 123.46 -
System Red Green Blue C M Y K H S L
Decimal 112 111 173 0.35 0.36 0 0.32 240.97 0.27 0.56
Hex 70 6F AD 23 24 0 20 F1 1B 38
Octal 160 157 255 43 44 0 40 361 33 70
Binary 1110000 1101111 10101101 100011 100100 0 100000 11110001 11011 111000

Color Harmonies of #706FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706FAD

Black with #706FAD

Text Example


Text Example

White with #706FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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