Html Css Color HEX #706CBE Chetwode Blue

📋 copy color: '#706CBE'

red 112 ◦ green 108 ◦ blue 190

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

Shades of Chetwode Blue #706CBE

Tints of Chetwode Blue #706CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.34%

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

R = 27.32%
G = 26.34%
B = 46.34%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#706CBE (or 0x706CBE) is known color: Chetwode Blue. HEX triplet: 70, 6C and BE. RGB value is (112,108,190). Sum of RGB (Red+Green+Blue) = 112+108+190=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #706CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706CBE is #8F9341. Grayscale: #767676. Windows color (decimal): -9409346 or 12479600. OLE color: 12479600.

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

Color convert

RGB 112 108 190 -
CMYK 0.41 0.43 0 0.25
HSL 242.93º 0.39% 0.58% -
HSV(B) 242.93º 0.43% 0.75% -
XYZ 21.34 17.89 51.04 -
YUV 118.54 168.33 123.33 -
System Red Green Blue C M Y K H S L
Decimal 112 108 190 0.41 0.43 0 0.25 242.93 0.39 0.58
Hex 70 6C BE 29 2B 0 19 F3 27 3A
Octal 160 154 276 51 53 0 31 363 47 72
Binary 1110000 1101100 10111110 101001 101011 0 11001 11110011 100111 111010

Color Harmonies of #706CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706CBE

Black with #706CBE

Text Example


Text Example

White with #706CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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