Html Css Color HEX #706FBC Chetwode Blue

📋 copy color: '#706FBC'

red 112 ◦ green 111 ◦ blue 188

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

Shades of Chetwode Blue #706FBC

Tints of Chetwode Blue #706FBC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.01%

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

R = 27.25%
G = 27.01%
B = 45.74%

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

#706FBC (or 0x706FBC) is known color: Chetwode Blue. HEX triplet: 70, 6F and BC. RGB value is (112,111,188). Sum of RGB (Red+Green+Blue) = 112+111+188=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #706FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FBC is #8F9043. Grayscale: #777777. Windows color (decimal): -9408580 or 12349296. OLE color: 12349296.

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

Color convert

RGB 112 111 188 -
CMYK 0.40 0.41 0 0.26
HSL 240.78º 0.36% 0.59% -
HSV(B) 240.78º 0.41% 0.74% -
XYZ 21.44 18.44 50.01 -
YUV 120.08 166.33 122.24 -
System Red Green Blue C M Y K H S L
Decimal 112 111 188 0.40 0.41 0 0.26 240.78 0.36 0.59
Hex 70 6F BC 28 29 0 1A F1 24 3B
Octal 160 157 274 50 51 0 32 361 44 73
Binary 1110000 1101111 10111100 101000 101001 0 11010 11110001 100100 111011

Color Harmonies of #706FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706FBC

Black with #706FBC

Text Example


Text Example

White with #706FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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