Html Css Color HEX #706CBA Chetwode Blue

📋 copy color: '#706CBA'

red 112 ◦ green 108 ◦ blue 186

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

Shades of Chetwode Blue #706CBA

Tints of Chetwode Blue #706CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.81%

R = 27.59%
G = 26.6%
B = 45.81%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#706CBA (or 0x706CBA) is known color: Chetwode Blue. HEX triplet: 70, 6C and BA. RGB value is (112,108,186). Sum of RGB (Red+Green+Blue) = 112+108+186=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #706CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706CBA is #8F9345. Grayscale: #757575. Windows color (decimal): -9409350 or 12217456. OLE color: 12217456.

HSL color Cylindrical-coordinate representation of color #706CBA: hue angle of 243.08º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #706CBA is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 108 186 -
CMYK 0.40 0.42 0 0.27
HSL 243.08º 0.36% 0.58% -
HSV(B) 243.08º 0.42% 0.73% -
XYZ 20.91 17.72 48.77 -
YUV 118.09 166.33 123.66 -
System Red Green Blue C M Y K H S L
Decimal 112 108 186 0.40 0.42 0 0.27 243.08 0.36 0.58
Hex 70 6C BA 28 2A 0 1B F3 24 3A
Octal 160 154 272 50 52 0 33 363 44 72
Binary 1110000 1101100 10111010 101000 101010 0 11011 11110011 100100 111010

Color Harmonies of #706CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706CBA

Black with #706CBA

Text Example


Text Example

White with #706CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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