Html Css Color HEX #706BCA Slate Blue

📋 copy color: '#706BCA'

red 112 ◦ green 107 ◦ blue 202

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

Shades of Slate Blue #706BCA

Tints of Slate Blue #706BCA

RGB

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

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

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

R = 26.6%
G = 25.42%
B = 47.98%

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

#706BCA (or 0x706BCA) is known color: Slate Blue. HEX triplet: 70, 6B and CA. RGB value is (112,107,202). Sum of RGB (Red+Green+Blue) = 112+107+202=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #706BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706BCA is #8F9435. Grayscale: #767676. Windows color (decimal): -9409590 or 13265776. OLE color: 13265776.

HSL color Cylindrical-coordinate representation of color #706BCA: hue angle of 243.16º 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 #706BCA is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 107 202 -
CMYK 0.45 0.47 0 0.21
HSL 243.16º 0.47% 0.61% -
HSV(B) 243.16º 0.47% 0.79% -
XYZ 22.6 18.22 58.2 -
YUV 119.33 174.66 122.78 -
System Red Green Blue C M Y K H S L
Decimal 112 107 202 0.45 0.47 0 0.21 243.16 0.47 0.61
Hex 70 6B CA 2D 2F 0 15 F3 2F 3D
Octal 160 153 312 55 57 0 25 363 57 75
Binary 1110000 1101011 11001010 101101 101111 0 10101 11110011 101111 111101

Color Harmonies of #706BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706BCA

Black with #706BCA

Text Example


Text Example

White with #706BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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