Html Css Color HEX #706ABC Chetwode Blue

📋 copy color: '#706ABC'

red 112 ◦ green 106 ◦ blue 188

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

Shades of Chetwode Blue #706ABC

Tints of Chetwode Blue #706ABC

RGB

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

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

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

R = 27.59%
G = 26.11%
B = 46.31%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#706ABC (or 0x706ABC) is known color: Chetwode Blue. HEX triplet: 70, 6A and BC. RGB value is (112,106,188). Sum of RGB (Red+Green+Blue) = 112+106+188=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #706ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ABC is #8F9543. Grayscale: #747474. Windows color (decimal): -9409860 or 12348016. OLE color: 12348016.

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

Color convert

RGB 112 106 188 -
CMYK 0.40 0.44 0 0.26
HSL 244.39º 0.38% 0.58% -
HSV(B) 244.39º 0.44% 0.74% -
XYZ 20.91 17.38 49.83 -
YUV 117.14 167.99 124.33 -
System Red Green Blue C M Y K H S L
Decimal 112 106 188 0.40 0.44 0 0.26 244.39 0.38 0.58
Hex 70 6A BC 28 2C 0 1A F4 26 3A
Octal 160 152 274 50 54 0 32 364 46 72
Binary 1110000 1101010 10111100 101000 101100 0 11010 11110100 100110 111010

Color Harmonies of #706ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706ABC

Black with #706ABC

Text Example


Text Example

White with #706ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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