Html Css Color HEX #706CB5 Chetwode Blue

📋 copy color: '#706CB5'

red 112 ◦ green 108 ◦ blue 181

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

Shades of Chetwode Blue #706CB5

Tints of Chetwode Blue #706CB5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.93%

 BLUE value IS 181 (71.09% from 255) = 45.14%

R = 27.93%
G = 26.93%
B = 45.14%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#706CB5 (or 0x706CB5) is known color: Chetwode Blue. HEX triplet: 70, 6C and B5. RGB value is (112,108,181). Sum of RGB (Red+Green+Blue) = 112+108+181=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 181 - color contains mainly: blue. Hex color #706CB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706CB5 is #8F934A. Grayscale: #757575. Windows color (decimal): -9409355 or 11889776. OLE color: 11889776.

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

Color convert

RGB 112 108 181 -
CMYK 0.38 0.40 0 0.29
HSL 243.29º 0.33% 0.57% -
HSV(B) 243.29º 0.4% 0.71% -
XYZ 20.39 17.51 46.02 -
YUV 117.52 163.83 124.06 -
System Red Green Blue C M Y K H S L
Decimal 112 108 181 0.38 0.40 0 0.29 243.29 0.33 0.57
Hex 70 6C B5 26 28 0 1D F3 21 39
Octal 160 154 265 46 50 0 35 363 41 71
Binary 1110000 1101100 10110101 100110 101000 0 11101 11110011 100001 111001

Color Harmonies of #706CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706CB5

Black with #706CB5

Text Example


Text Example

White with #706CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,108,181); }

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

background-color css

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

 a { background-color: rgb(112,108,181); }

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

border-color css

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

 span { border-color: rgb(112,108,181); }

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