Html Css Color HEX #7068C6 Slate Blue

📋 copy color: '#7068C6'

red 112 ◦ green 104 ◦ blue 198

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

Shades of Slate Blue #7068C6

Tints of Slate Blue #7068C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.83%

R = 27.05%
G = 25.12%
B = 47.83%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7068C6 (or 0x7068C6) is known color: Slate Blue. HEX triplet: 70, 68 and C6. RGB value is (112,104,198). Sum of RGB (Red+Green+Blue) = 112+104+198=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 198 - color contains mainly: blue. Hex color #7068C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7068C6 is #8F9739. Grayscale: #747474. Windows color (decimal): -9410362 or 13002864. OLE color: 13002864.

HSL color Cylindrical-coordinate representation of color #7068C6: hue angle of 245.11º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7068C6 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 104 198 -
CMYK 0.43 0.47 0 0.22
HSL 245.11º 0.45% 0.59% -
HSV(B) 245.11º 0.47% 0.78% -
XYZ 21.83 17.42 55.64 -
YUV 117.11 173.65 124.36 -
System Red Green Blue C M Y K H S L
Decimal 112 104 198 0.43 0.47 0 0.22 245.11 0.45 0.59
Hex 70 68 C6 2B 2F 0 16 F5 2D 3B
Octal 160 150 306 53 57 0 26 365 55 73
Binary 1110000 1101000 11000110 101011 101111 0 10110 11110101 101101 111011

Color Harmonies of #7068C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7068C6

Black with #7068C6

Text Example


Text Example

White with #7068C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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