Html Css Color HEX #7068CC Slate Blue

📋 copy color: '#7068CC'

red 112 ◦ green 104 ◦ blue 204

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

Shades of Slate Blue #7068CC

Tints of Slate Blue #7068CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.57%

R = 26.67%
G = 24.76%
B = 48.57%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7068CC (or 0x7068CC) is known color: Slate Blue. HEX triplet: 70, 68 and CC. RGB value is (112,104,204). Sum of RGB (Red+Green+Blue) = 112+104+204=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #7068CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7068CC is #8F9733. Grayscale: #757575. Windows color (decimal): -9410356 or 13396080. OLE color: 13396080.

HSL color Cylindrical-coordinate representation of color #7068CC: hue angle of 244.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7068CC is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 104 204 -
CMYK 0.45 0.49 0 0.2
HSL 244.8º 0.5% 0.6% -
HSV(B) 244.8º 0.49% 0.8% -
XYZ 22.53 17.71 59.36 -
YUV 117.79 176.65 123.87 -
System Red Green Blue C M Y K H S L
Decimal 112 104 204 0.45 0.49 0 0.2 244.8 0.5 0.6
Hex 70 68 CC 2D 31 0 14 F5 32 3C
Octal 160 150 314 55 61 0 24 365 62 74
Binary 1110000 1101000 11001100 101101 110001 0 10100 11110101 110010 111100

Color Harmonies of #7068CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7068CC

Black with #7068CC

Text Example


Text Example

White with #7068CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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