Html Css Color HEX #706BCF Slate Blue

📋 copy color: '#706BCF'

red 112 ◦ green 107 ◦ blue 207

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

Shades of Slate Blue #706BCF

Tints of Slate Blue #706BCF

RGB

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

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

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

R = 26.29%
G = 25.12%
B = 48.59%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#706BCF (or 0x706BCF) is known color: Slate Blue. HEX triplet: 70, 6B and CF. RGB value is (112,107,207). Sum of RGB (Red+Green+Blue) = 112+107+207=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #706BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706BCF is #8F9430. Grayscale: #777777. Windows color (decimal): -9409585 or 13593456. OLE color: 13593456.

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

Color convert

RGB 112 107 207 -
CMYK 0.46 0.48 0 0.19
HSL 243º 0.51% 0.62% -
HSV(B) 243º 0.48% 0.81% -
XYZ 23.2 18.47 61.37 -
YUV 119.9 177.16 122.37 -
System Red Green Blue C M Y K H S L
Decimal 112 107 207 0.46 0.48 0 0.19 243 0.51 0.62
Hex 70 6B CF 2E 30 0 13 F3 33 3E
Octal 160 153 317 56 60 0 23 363 63 76
Binary 1110000 1101011 11001111 101110 110000 0 10011 11110011 110011 111110

Color Harmonies of #706BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706BCF

Black with #706BCF

Text Example


Text Example

White with #706BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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