Html Css Color HEX #706CBC Chetwode Blue

📋 copy color: '#706CBC'

red 112 ◦ green 108 ◦ blue 188

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

Shades of Chetwode Blue #706CBC

Tints of Chetwode Blue #706CBC

RGB

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

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

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

R = 27.45%
G = 26.47%
B = 46.08%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#706CBC (or 0x706CBC) is known color: Chetwode Blue. HEX triplet: 70, 6C and BC. RGB value is (112,108,188). Sum of RGB (Red+Green+Blue) = 112+108+188=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #706CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706CBC is #8F9343. Grayscale: #767676. Windows color (decimal): -9409348 or 12348528. OLE color: 12348528.

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

Color convert

RGB 112 108 188 -
CMYK 0.40 0.43 0 0.26
HSL 243º 0.37% 0.58% -
HSV(B) 243º 0.43% 0.74% -
XYZ 21.12 17.8 49.9 -
YUV 118.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 112 108 188 0.40 0.43 0 0.26 243 0.37 0.58
Hex 70 6C BC 28 2B 0 1A F3 25 3A
Octal 160 154 274 50 53 0 32 363 45 72
Binary 1110000 1101100 10111100 101000 101011 0 11010 11110011 100101 111010

Color Harmonies of #706CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706CBC

Black with #706CBC

Text Example


Text Example

White with #706CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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