Html Css Color HEX #706ABE Chetwode Blue

📋 copy color: '#706ABE'

red 112 ◦ green 106 ◦ blue 190

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

Shades of Chetwode Blue #706ABE

Tints of Chetwode Blue #706ABE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.98%

 BLUE value IS 190 (74.61% from 255) = 46.57%

R = 27.45%
G = 25.98%
B = 46.57%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#706ABE (or 0x706ABE) is known color: Chetwode Blue. HEX triplet: 70, 6A and BE. RGB value is (112,106,190). Sum of RGB (Red+Green+Blue) = 112+106+190=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #706ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ABE is #8F9541. Grayscale: #757575. Windows color (decimal): -9409858 or 12479088. OLE color: 12479088.

HSL color Cylindrical-coordinate representation of color #706ABE: hue angle of 244.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #706ABE is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 106 190 -
CMYK 0.41 0.44 0 0.25
HSL 244.29º 0.39% 0.58% -
HSV(B) 244.29º 0.44% 0.75% -
XYZ 21.13 17.47 50.97 -
YUV 117.37 168.99 124.17 -
System Red Green Blue C M Y K H S L
Decimal 112 106 190 0.41 0.44 0 0.25 244.29 0.39 0.58
Hex 70 6A BE 29 2C 0 19 F4 27 3A
Octal 160 152 276 51 54 0 31 364 47 72
Binary 1110000 1101010 10111110 101001 101100 0 11001 11110100 100111 111010

Color Harmonies of #706ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706ABE

Black with #706ABE

Text Example


Text Example

White with #706ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,106,190); }

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

background-color css

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

 a { background-color: rgb(112,106,190); }

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

border-color css

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

 span { border-color: rgb(112,106,190); }

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