Html Css Color HEX #706BCD Slate Blue

📋 copy color: '#706BCD'

red 112 ◦ green 107 ◦ blue 205

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

Shades of Slate Blue #706BCD

Tints of Slate Blue #706BCD

RGB

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

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

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

R = 26.42%
G = 25.24%
B = 48.35%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#706BCD (or 0x706BCD) is known color: Slate Blue. HEX triplet: 70, 6B and CD. RGB value is (112,107,205). Sum of RGB (Red+Green+Blue) = 112+107+205=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #706BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706BCD is #8F9432. Grayscale: #777777. Windows color (decimal): -9409587 or 13462384. OLE color: 13462384.

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

Color convert

RGB 112 107 205 -
CMYK 0.45 0.48 0 0.20
HSL 243.06º 0.49% 0.61% -
HSV(B) 243.06º 0.48% 0.8% -
XYZ 22.96 18.37 60.09 -
YUV 119.67 176.16 122.53 -
System Red Green Blue C M Y K H S L
Decimal 112 107 205 0.45 0.48 0 0.20 243.06 0.49 0.61
Hex 70 6B CD 2D 30 0 14 F3 31 3D
Octal 160 153 315 55 60 0 24 363 61 75
Binary 1110000 1101011 11001101 101101 110000 0 10100 11110011 110001 111101

Color Harmonies of #706BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706BCD

Black with #706BCD

Text Example


Text Example

White with #706BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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