Html Css Color HEX #706DAC Chetwode Blue

📋 copy color: '#706DAC'

red 112 ◦ green 109 ◦ blue 172

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

Shades of Chetwode Blue #706DAC

Tints of Chetwode Blue #706DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.74%

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

R = 28.5%
G = 27.74%
B = 43.77%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#706DAC (or 0x706DAC) is known color: Chetwode Blue. HEX triplet: 70, 6D and AC. RGB value is (112,109,172). Sum of RGB (Red+Green+Blue) = 112+109+172=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #706DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706DAC is #8F9253. Grayscale: #747474. Windows color (decimal): -9409108 or 11300208. OLE color: 11300208.

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

Color convert

RGB 112 109 172 -
CMYK 0.35 0.37 0 0.33
HSL 242.86º 0.28% 0.55% -
HSV(B) 242.86º 0.37% 0.67% -
XYZ 19.6 17.36 41.35 -
YUV 117.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 112 109 172 0.35 0.37 0 0.33 242.86 0.28 0.55
Hex 70 6D AC 23 25 0 21 F3 1C 37
Octal 160 155 254 43 45 0 41 363 34 67
Binary 1110000 1101101 10101100 100011 100101 0 100001 11110011 11100 110111

Color Harmonies of #706DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706DAC

Black with #706DAC

Text Example


Text Example

White with #706DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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