Html Css Color HEX #704BE6 Slate Blue

📋 copy color: '#704BE6'

red 112 ◦ green 75 ◦ blue 230

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

Shades of Slate Blue #704BE6

Tints of Slate Blue #704BE6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.99%

 BLUE value IS 230 (90.23% from 255) = 55.16%

R = 26.86%
G = 17.99%
B = 55.16%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#704BE6 (or 0x704BE6) is known color: Slate Blue. HEX triplet: 70, 4B and E6. RGB value is (112,75,230). Sum of RGB (Red+Green+Blue) = 112+75+230=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 230 (90.23% from 255 or 55.16% from 417); Max value from RGB is 230 - color contains mainly: blue. Hex color #704BE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #704BE6 is #8FB419. Grayscale: #676767. Windows color (decimal): -9417754 or 15092592. OLE color: 15092592.

HSL color Cylindrical-coordinate representation of color #704BE6: hue angle of 254.32º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #704BE6 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 75 230 -
CMYK 0.51 0.67 0 0.10
HSL 254.32º 0.76% 0.6% -
HSV(B) 254.32º 0.67% 0.9% -
XYZ 23.48 14.19 76.36 -
YUV 103.73 199.26 133.9 -
System Red Green Blue C M Y K H S L
Decimal 112 75 230 0.51 0.67 0 0.10 254.32 0.76 0.6
Hex 70 4B E6 33 43 0 A FE 4C 3C
Octal 160 113 346 63 103 0 12 376 114 74
Binary 1110000 1001011 11100110 110011 1000011 0 1010 11111110 1001100 111100

Color Harmonies of #704BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704BE6

Black with #704BE6

Text Example


Text Example

White with #704BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704BE6; }

 p { color: rgb(112,75,230); }

 H1.HeaderClassName
 {
   color: #704BE6;
 }
 .AnyTagClassName
 {
   color: #704BE6;
 }
</style>

background-color css

<style>
 a { background-color: #704BE6; }

 a { background-color: rgb(112,75,230); }

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

border-color css

<style>
 span { border-color: #704BE6; }

 span { border-color: rgb(112,75,230); }

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