Html Css Color HEX #706EBC Chetwode Blue

📋 copy color: '#706EBC'

red 112 ◦ green 110 ◦ blue 188

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

Shades of Chetwode Blue #706EBC

Tints of Chetwode Blue #706EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.83%

 BLUE value IS 188 (73.83% from 255) = 45.85%

R = 27.32%
G = 26.83%
B = 45.85%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#706EBC (or 0x706EBC) is known color: Chetwode Blue. HEX triplet: 70, 6E and BC. RGB value is (112,110,188). Sum of RGB (Red+Green+Blue) = 112+110+188=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #706EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706EBC is #8F9143. Grayscale: #777777. Windows color (decimal): -9408836 or 12349040. OLE color: 12349040.

HSL color Cylindrical-coordinate representation of color #706EBC: hue angle of 241.54º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #706EBC is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 110 188 -
CMYK 0.40 0.41 0 0.26
HSL 241.54º 0.37% 0.58% -
HSV(B) 241.54º 0.41% 0.74% -
XYZ 21.34 18.23 49.97 -
YUV 119.49 166.66 122.66 -
System Red Green Blue C M Y K H S L
Decimal 112 110 188 0.40 0.41 0 0.26 241.54 0.37 0.58
Hex 70 6E BC 28 29 0 1A F2 25 3A
Octal 160 156 274 50 51 0 32 362 45 72
Binary 1110000 1101110 10111100 101000 101001 0 11010 11110010 100101 111010

Color Harmonies of #706EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706EBC

Black with #706EBC

Text Example


Text Example

White with #706EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,110,188); }

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

background-color css

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

 a { background-color: rgb(112,110,188); }

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

border-color css

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

 span { border-color: rgb(112,110,188); }

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