Html Css Color HEX #7068D8 Slate Blue

📋 copy color: '#7068D8'

red 112 ◦ green 104 ◦ blue 216

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

Shades of Slate Blue #7068D8

Tints of Slate Blue #7068D8

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.07%

 BLUE value IS 216 (84.77% from 255) = 50%

R = 25.93%
G = 24.07%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7068D8 (or 0x7068D8) is known color: Slate Blue. HEX triplet: 70, 68 and D8. RGB value is (112,104,216). Sum of RGB (Red+Green+Blue) = 112+104+216=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 216 (84.77% from 255 or 50% from 432); Max value from RGB is 216 - color contains mainly: blue. Hex color #7068D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7068D8 is #8F9727. Grayscale: #767676. Windows color (decimal): -9410344 or 14182512. OLE color: 14182512.

HSL color Cylindrical-coordinate representation of color #7068D8: hue angle of 244.29º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7068D8 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 104 216 -
CMYK 0.48 0.52 0 0.15
HSL 244.29º 0.59% 0.63% -
HSV(B) 244.29º 0.52% 0.85% -
XYZ 24.03 18.3 67.23 -
YUV 119.16 182.65 122.89 -
System Red Green Blue C M Y K H S L
Decimal 112 104 216 0.48 0.52 0 0.15 244.29 0.59 0.63
Hex 70 68 D8 30 34 0 F F4 3B 3F
Octal 160 150 330 60 64 0 17 364 73 77
Binary 1110000 1101000 11011000 110000 110100 0 1111 11110100 111011 111111

Color Harmonies of #7068D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7068D8

Black with #7068D8

Text Example


Text Example

White with #7068D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7068D8; }

 p { color: rgb(112,104,216); }

 H1.HeaderClassName
 {
   color: #7068D8;
 }
 .AnyTagClassName
 {
   color: #7068D8;
 }
</style>

background-color css

<style>
 a { background-color: #7068D8; }

 a { background-color: rgb(112,104,216); }

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

border-color css

<style>
 span { border-color: #7068D8; }

 span { border-color: rgb(112,104,216); }

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