Html Css Color HEX #706BBA Chetwode Blue

📋 copy color: '#706BBA'

red 112 ◦ green 107 ◦ blue 186

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

Shades of Chetwode Blue #706BBA

Tints of Chetwode Blue #706BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.42%

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 27.65%
G = 26.42%
B = 45.93%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#706BBA (or 0x706BBA) is known color: Chetwode Blue. HEX triplet: 70, 6B and BA. RGB value is (112,107,186). Sum of RGB (Red+Green+Blue) = 112+107+186=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #706BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706BBA is #8F9445. Grayscale: #757575. Windows color (decimal): -9409606 or 12217200. OLE color: 12217200.

HSL color Cylindrical-coordinate representation of color #706BBA: hue angle of 243.8º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #706BBA is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 107 186 -
CMYK 0.40 0.42 0 0.27
HSL 243.8º 0.36% 0.57% -
HSV(B) 243.8º 0.42% 0.73% -
XYZ 20.8 17.51 48.74 -
YUV 117.5 166.66 124.08 -
System Red Green Blue C M Y K H S L
Decimal 112 107 186 0.40 0.42 0 0.27 243.8 0.36 0.57
Hex 70 6B BA 28 2A 0 1B F4 24 39
Octal 160 153 272 50 52 0 33 364 44 71
Binary 1110000 1101011 10111010 101000 101010 0 11011 11110100 100100 111001

Color Harmonies of #706BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706BBA

Black with #706BBA

Text Example


Text Example

White with #706BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,107,186); }

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

background-color css

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

 a { background-color: rgb(112,107,186); }

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

border-color css

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

 span { border-color: rgb(112,107,186); }

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