Html Css Color HEX #706DCF Slate Blue

📋 copy color: '#706DCF'

red 112 ◦ green 109 ◦ blue 207

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

Shades of Slate Blue #706DCF

Tints of Slate Blue #706DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.47%

 BLUE value IS 207 (81.25% from 255) = 48.36%

R = 26.17%
G = 25.47%
B = 48.36%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#706DCF (or 0x706DCF) is known color: Slate Blue. HEX triplet: 70, 6D and CF. RGB value is (112,109,207). Sum of RGB (Red+Green+Blue) = 112+109+207=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #706DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DCF is #8F9230. Grayscale: #787878. Windows color (decimal): -9409073 or 13593968. OLE color: 13593968.

HSL color Cylindrical-coordinate representation of color #706DCF: hue angle of 241.84º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #706DCF is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 109 207 -
CMYK 0.46 0.47 0 0.19
HSL 241.84º 0.51% 0.62% -
HSV(B) 241.84º 0.47% 0.81% -
XYZ 23.41 18.89 61.44 -
YUV 121.07 176.49 121.53 -
System Red Green Blue C M Y K H S L
Decimal 112 109 207 0.46 0.47 0 0.19 241.84 0.51 0.62
Hex 70 6D CF 2E 2F 0 13 F2 33 3E
Octal 160 155 317 56 57 0 23 362 63 76
Binary 1110000 1101101 11001111 101110 101111 0 10011 11110010 110011 111110

Color Harmonies of #706DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706DCF

Black with #706DCF

Text Example


Text Example

White with #706DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,109,207); }

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

background-color css

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

 a { background-color: rgb(112,109,207); }

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

border-color css

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

 span { border-color: rgb(112,109,207); }

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