Html Css Color HEX #706DAF Chetwode Blue

📋 copy color: '#706DAF'

red 112 ◦ green 109 ◦ blue 175

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

Shades of Chetwode Blue #706DAF

Tints of Chetwode Blue #706DAF

RGB

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

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

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

R = 28.28%
G = 27.53%
B = 44.19%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#706DAF (or 0x706DAF) is known color: Chetwode Blue. HEX triplet: 70, 6D and AF. RGB value is (112,109,175). Sum of RGB (Red+Green+Blue) = 112+109+175=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #706DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706DAF is #8F9250. Grayscale: #757575. Windows color (decimal): -9409105 or 11496816. OLE color: 11496816.

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

Color convert

RGB 112 109 175 -
CMYK 0.36 0.38 0 0.31
HSL 242.73º 0.29% 0.56% -
HSV(B) 242.73º 0.38% 0.69% -
XYZ 19.89 17.48 42.88 -
YUV 117.42 160.49 124.13 -
System Red Green Blue C M Y K H S L
Decimal 112 109 175 0.36 0.38 0 0.31 242.73 0.29 0.56
Hex 70 6D AF 24 26 0 1F F3 1D 38
Octal 160 155 257 44 46 0 37 363 35 70
Binary 1110000 1101101 10101111 100100 100110 0 11111 11110011 11101 111000

Color Harmonies of #706DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706DAF

Black with #706DAF

Text Example


Text Example

White with #706DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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