Html Css Color HEX #706EB8 Chetwode Blue

📋 copy color: '#706EB8'

red 112 ◦ green 110 ◦ blue 184

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

Shades of Chetwode Blue #706EB8

Tints of Chetwode Blue #706EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.32%

R = 27.59%
G = 27.09%
B = 45.32%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#706EB8 (or 0x706EB8) is known color: Chetwode Blue. HEX triplet: 70, 6E and B8. RGB value is (112,110,184). Sum of RGB (Red+Green+Blue) = 112+110+184=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 184 (72.27% from 255 or 45.32% from 406); Max value from RGB is 184 - color contains mainly: blue. Hex color #706EB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706EB8 is #8F9147. Grayscale: #767676. Windows color (decimal): -9408840 or 12086896. OLE color: 12086896.

HSL color Cylindrical-coordinate representation of color #706EB8: hue angle of 241.62º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #706EB8 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 110 184 -
CMYK 0.39 0.40 0 0.28
HSL 241.62º 0.34% 0.58% -
HSV(B) 241.62º 0.4% 0.72% -
XYZ 20.91 18.06 47.73 -
YUV 119.03 164.66 122.98 -
System Red Green Blue C M Y K H S L
Decimal 112 110 184 0.39 0.40 0 0.28 241.62 0.34 0.58
Hex 70 6E B8 27 28 0 1C F2 22 3A
Octal 160 156 270 47 50 0 34 362 42 72
Binary 1110000 1101110 10111000 100111 101000 0 11100 11110010 100010 111010

Color Harmonies of #706EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706EB8

Black with #706EB8

Text Example


Text Example

White with #706EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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