Html Css Color HEX #706CCD Slate Blue

📋 copy color: '#706CCD'

red 112 ◦ green 108 ◦ blue 205

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

Shades of Slate Blue #706CCD

Tints of Slate Blue #706CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.24%

R = 26.35%
G = 25.41%
B = 48.24%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#706CCD (or 0x706CCD) is known color: Slate Blue. HEX triplet: 70, 6C and CD. RGB value is (112,108,205). Sum of RGB (Red+Green+Blue) = 112+108+205=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #706CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706CCD is #8F9332. Grayscale: #777777. Windows color (decimal): -9409331 or 13462640. OLE color: 13462640.

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

Color convert

RGB 112 108 205 -
CMYK 0.45 0.47 0 0.20
HSL 242.47º 0.49% 0.61% -
HSV(B) 242.47º 0.47% 0.8% -
XYZ 23.06 18.58 60.13 -
YUV 120.25 175.83 122.11 -
System Red Green Blue C M Y K H S L
Decimal 112 108 205 0.45 0.47 0 0.20 242.47 0.49 0.61
Hex 70 6C CD 2D 2F 0 14 F2 31 3D
Octal 160 154 315 55 57 0 24 362 61 75
Binary 1110000 1101100 11001101 101101 101111 0 10100 11110010 110001 111101

Color Harmonies of #706CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706CCD

Black with #706CCD

Text Example


Text Example

White with #706CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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