Html Css Color HEX #706CB0 Chetwode Blue

📋 copy color: '#706CB0'

red 112 ◦ green 108 ◦ blue 176

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

Shades of Chetwode Blue #706CB0

Tints of Chetwode Blue #706CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.44%

R = 28.28%
G = 27.27%
B = 44.44%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#706CB0 (or 0x706CB0) is known color: Chetwode Blue. HEX triplet: 70, 6C and B0. RGB value is (112,108,176). Sum of RGB (Red+Green+Blue) = 112+108+176=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 176 (69.14% from 255 or 44.44% from 396); Max value from RGB is 176 - color contains mainly: blue. Hex color #706CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706CB0 is #8F934F. Grayscale: #747474. Windows color (decimal): -9409360 or 11562096. OLE color: 11562096.

HSL color Cylindrical-coordinate representation of color #706CB0: hue angle of 243.53º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #706CB0 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 108 176 -
CMYK 0.36 0.39 0 0.31
HSL 243.53º 0.3% 0.56% -
HSV(B) 243.53º 0.39% 0.69% -
XYZ 19.88 17.3 43.37 -
YUV 116.95 161.33 124.47 -
System Red Green Blue C M Y K H S L
Decimal 112 108 176 0.36 0.39 0 0.31 243.53 0.3 0.56
Hex 70 6C B0 24 27 0 1F F4 1E 38
Octal 160 154 260 44 47 0 37 364 36 70
Binary 1110000 1101100 10110000 100100 100111 0 11111 11110100 11110 111000

Color Harmonies of #706CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706CB0

Black with #706CB0

Text Example


Text Example

White with #706CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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