Html Css Color HEX #706FB9 Chetwode Blue

📋 copy color: '#706FB9'

red 112 ◦ green 111 ◦ blue 185

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

Shades of Chetwode Blue #706FB9

Tints of Chetwode Blue #706FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.34%

R = 27.45%
G = 27.21%
B = 45.34%

CMYK

 C value IS 0.39

 M value IS 0.4

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#706FB9 (or 0x706FB9) is known color: Chetwode Blue. HEX triplet: 70, 6F and B9. RGB value is (112,111,185). Sum of RGB (Red+Green+Blue) = 112+111+185=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 185 - color contains mainly: blue. Hex color #706FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FB9 is #8F9046. Grayscale: #777777. Windows color (decimal): -9408583 or 12152688. OLE color: 12152688.

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

Color convert

RGB 112 111 185 -
CMYK 0.39 0.4 0 0.27
HSL 240.81º 0.35% 0.58% -
HSV(B) 240.81º 0.4% 0.73% -
XYZ 21.12 18.32 48.32 -
YUV 119.74 164.83 122.48 -
System Red Green Blue C M Y K H S L
Decimal 112 111 185 0.39 0.4 0 0.27 240.81 0.35 0.58
Hex 70 6F B9 27 28 0 1B F1 23 3A
Octal 160 157 271 47 50 0 33 361 43 72
Binary 1110000 1101111 10111001 100111 101000 0 11011 11110001 100011 111010

Color Harmonies of #706FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706FB9

Black with #706FB9

Text Example


Text Example

White with #706FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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