Html Css Color HEX #706BCC Slate Blue

📋 copy color: '#706BCC'

red 112 ◦ green 107 ◦ blue 204

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

Shades of Slate Blue #706BCC

Tints of Slate Blue #706BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 26.48%
G = 25.3%
B = 48.23%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#706BCC (or 0x706BCC) is known color: Slate Blue. HEX triplet: 70, 6B and CC. RGB value is (112,107,204). Sum of RGB (Red+Green+Blue) = 112+107+204=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #706BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706BCC is #8F9433. Grayscale: #777777. Windows color (decimal): -9409588 or 13396848. OLE color: 13396848.

HSL color Cylindrical-coordinate representation of color #706BCC: hue angle of 243.09º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #706BCC is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 107 204 -
CMYK 0.45 0.48 0 0.2
HSL 243.09º 0.49% 0.61% -
HSV(B) 243.09º 0.48% 0.8% -
XYZ 22.84 18.32 59.46 -
YUV 119.55 175.66 122.61 -
System Red Green Blue C M Y K H S L
Decimal 112 107 204 0.45 0.48 0 0.2 243.09 0.49 0.61
Hex 70 6B CC 2D 30 0 14 F3 31 3D
Octal 160 153 314 55 60 0 24 363 61 75
Binary 1110000 1101011 11001100 101101 110000 0 10100 11110011 110001 111101

Color Harmonies of #706BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706BCC

Black with #706BCC

Text Example


Text Example

White with #706BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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