Html Css Color HEX #706CCA Slate Blue

📋 copy color: '#706CCA'

red 112 ◦ green 108 ◦ blue 202

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

Shades of Slate Blue #706CCA

Tints of Slate Blue #706CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.87%

R = 26.54%
G = 25.59%
B = 47.87%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#706CCA (or 0x706CCA) is known color: Slate Blue. HEX triplet: 70, 6C and CA. RGB value is (112,108,202). Sum of RGB (Red+Green+Blue) = 112+108+202=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #706CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706CCA is #8F9335. Grayscale: #777777. Windows color (decimal): -9409334 or 13266032. OLE color: 13266032.

HSL color Cylindrical-coordinate representation of color #706CCA: hue angle of 242.55º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #706CCA is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 108 202 -
CMYK 0.45 0.47 0 0.21
HSL 242.55º 0.47% 0.61% -
HSV(B) 242.55º 0.47% 0.79% -
XYZ 22.71 18.43 58.24 -
YUV 119.91 174.33 122.36 -
System Red Green Blue C M Y K H S L
Decimal 112 108 202 0.45 0.47 0 0.21 242.55 0.47 0.61
Hex 70 6C CA 2D 2F 0 15 F3 2F 3D
Octal 160 154 312 55 57 0 25 363 57 75
Binary 1110000 1101100 11001010 101101 101111 0 10101 11110011 101111 111101

Color Harmonies of #706CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706CCA

Black with #706CCA

Text Example


Text Example

White with #706CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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