Html Css Color HEX #706CBF Chetwode Blue

📋 copy color: '#706CBF'

red 112 ◦ green 108 ◦ blue 191

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

Shades of Chetwode Blue #706CBF

Tints of Chetwode Blue #706CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.47%

R = 27.25%
G = 26.28%
B = 46.47%

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

#706CBF (or 0x706CBF) is known color: Chetwode Blue. HEX triplet: 70, 6C and BF. RGB value is (112,108,191). Sum of RGB (Red+Green+Blue) = 112+108+191=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #706CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706CBF is #8F9340. Grayscale: #767676. Windows color (decimal): -9409345 or 12545136. OLE color: 12545136.

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

Color convert

RGB 112 108 191 -
CMYK 0.41 0.43 0 0.25
HSL 242.89º 0.39% 0.59% -
HSV(B) 242.89º 0.43% 0.75% -
XYZ 21.45 17.93 51.62 -
YUV 118.66 168.83 123.25 -
System Red Green Blue C M Y K H S L
Decimal 112 108 191 0.41 0.43 0 0.25 242.89 0.39 0.59
Hex 70 6C BF 29 2B 0 19 F3 27 3B
Octal 160 154 277 51 53 0 31 363 47 73
Binary 1110000 1101100 10111111 101001 101011 0 11001 11110011 100111 111011

Color Harmonies of #706CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706CBF

Black with #706CBF

Text Example


Text Example

White with #706CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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