Html Css Color HEX #706FAA Chetwode Blue

📋 copy color: '#706FAA'

red 112 ◦ green 111 ◦ blue 170

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

Shades of Chetwode Blue #706FAA

Tints of Chetwode Blue #706FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.26%

R = 28.5%
G = 28.24%
B = 43.26%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#706FAA (or 0x706FAA) is known color: Chetwode Blue. HEX triplet: 70, 6F and AA. RGB value is (112,111,170). Sum of RGB (Red+Green+Blue) = 112+111+170=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #706FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706FAA is #8F9055. Grayscale: #757575. Windows color (decimal): -9408598 or 11169648. OLE color: 11169648.

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

Color convert

RGB 112 111 170 -
CMYK 0.34 0.35 0 0.33
HSL 241.02º 0.26% 0.55% -
HSV(B) 241.02º 0.35% 0.67% -
XYZ 19.62 17.72 40.42 -
YUV 118.03 157.33 123.7 -
System Red Green Blue C M Y K H S L
Decimal 112 111 170 0.34 0.35 0 0.33 241.02 0.26 0.55
Hex 70 6F AA 22 23 0 21 F1 1A 37
Octal 160 157 252 42 43 0 41 361 32 67
Binary 1110000 1101111 10101010 100010 100011 0 100001 11110001 11010 110111

Color Harmonies of #706FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706FAA

Black with #706FAA

Text Example


Text Example

White with #706FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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