Html Css Color HEX #706CB2 Chetwode Blue

📋 copy color: '#706CB2'

red 112 ◦ green 108 ◦ blue 178

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

Shades of Chetwode Blue #706CB2

Tints of Chetwode Blue #706CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.72%

R = 28.14%
G = 27.14%
B = 44.72%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#706CB2 (or 0x706CB2) is known color: Chetwode Blue. HEX triplet: 70, 6C and B2. RGB value is (112,108,178). Sum of RGB (Red+Green+Blue) = 112+108+178=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 178 - color contains mainly: blue. Hex color #706CB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706CB2 is #8F934D. Grayscale: #747474. Windows color (decimal): -9409358 or 11693168. OLE color: 11693168.

HSL color Cylindrical-coordinate representation of color #706CB2: hue angle of 243.43º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #706CB2 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 108 178 -
CMYK 0.37 0.39 0 0.30
HSL 243.43º 0.31% 0.56% -
HSV(B) 243.43º 0.39% 0.7% -
XYZ 20.08 17.38 44.42 -
YUV 117.18 162.33 124.31 -
System Red Green Blue C M Y K H S L
Decimal 112 108 178 0.37 0.39 0 0.30 243.43 0.31 0.56
Hex 70 6C B2 25 27 0 1E F3 1F 38
Octal 160 154 262 45 47 0 36 363 37 70
Binary 1110000 1101100 10110010 100101 100111 0 11110 11110011 11111 111000

Color Harmonies of #706CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706CB2

Black with #706CB2

Text Example


Text Example

White with #706CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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