Html Css Color HEX #706CB3 Chetwode Blue

📋 copy color: '#706CB3'

red 112 ◦ green 108 ◦ blue 179

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

Shades of Chetwode Blue #706CB3

Tints of Chetwode Blue #706CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.86%

R = 28.07%
G = 27.07%
B = 44.86%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#706CB3 (or 0x706CB3) is known color: Chetwode Blue. HEX triplet: 70, 6C and B3. RGB value is (112,108,179). Sum of RGB (Red+Green+Blue) = 112+108+179=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 179 (70.31% from 255 or 44.86% from 399); Max value from RGB is 179 - color contains mainly: blue. Hex color #706CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706CB3 is #8F934C. Grayscale: #757575. Windows color (decimal): -9409357 or 11758704. OLE color: 11758704.

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

Color convert

RGB 112 108 179 -
CMYK 0.37 0.40 0 0.30
HSL 243.38º 0.32% 0.56% -
HSV(B) 243.38º 0.4% 0.7% -
XYZ 20.18 17.42 44.95 -
YUV 117.29 162.83 124.23 -
System Red Green Blue C M Y K H S L
Decimal 112 108 179 0.37 0.40 0 0.30 243.38 0.32 0.56
Hex 70 6C B3 25 28 0 1E F3 20 38
Octal 160 154 263 45 50 0 36 363 40 70
Binary 1110000 1101100 10110011 100101 101000 0 11110 11110011 100000 111000

Color Harmonies of #706CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706CB3

Black with #706CB3

Text Example


Text Example

White with #706CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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