Html Css Color HEX #706FB4 Chetwode Blue

📋 copy color: '#706FB4'

red 112 ◦ green 111 ◦ blue 180

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

Shades of Chetwode Blue #706FB4

Tints of Chetwode Blue #706FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.67%

R = 27.79%
G = 27.54%
B = 44.67%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#706FB4 (or 0x706FB4) is known color: Chetwode Blue. HEX triplet: 70, 6F and B4. RGB value is (112,111,180). Sum of RGB (Red+Green+Blue) = 112+111+180=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #706FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FB4 is #8F904B. Grayscale: #767676. Windows color (decimal): -9408588 or 11825008. OLE color: 11825008.

HSL color Cylindrical-coordinate representation of color #706FB4: hue angle of 240.87º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #706FB4 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 111 180 -
CMYK 0.38 0.38 0 0.29
HSL 240.87º 0.32% 0.57% -
HSV(B) 240.87º 0.38% 0.71% -
XYZ 20.6 18.11 45.59 -
YUV 119.17 162.33 122.89 -
System Red Green Blue C M Y K H S L
Decimal 112 111 180 0.38 0.38 0 0.29 240.87 0.32 0.57
Hex 70 6F B4 26 26 0 1D F1 20 39
Octal 160 157 264 46 46 0 35 361 40 71
Binary 1110000 1101111 10110100 100110 100110 0 11101 11110001 100000 111001

Color Harmonies of #706FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706FB4

Black with #706FB4

Text Example


Text Example

White with #706FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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