Html Css Color HEX #7060C9 Slate Blue

📋 copy color: '#7060C9'

red 112 ◦ green 96 ◦ blue 201

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

Shades of Slate Blue #7060C9

Tints of Slate Blue #7060C9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.47%

 BLUE value IS 201 (78.91% from 255) = 49.14%

R = 27.38%
G = 23.47%
B = 49.14%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7060C9 (or 0x7060C9) is known color: Slate Blue. HEX triplet: 70, 60 and C9. RGB value is (112,96,201). Sum of RGB (Red+Green+Blue) = 112+96+201=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #7060C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7060C9 is #8F9F36. Grayscale: #707070. Windows color (decimal): -9412407 or 13197424. OLE color: 13197424.

HSL color Cylindrical-coordinate representation of color #7060C9: hue angle of 249.14º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7060C9 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 96 201 -
CMYK 0.44 0.52 0 0.21
HSL 249.14º 0.49% 0.58% -
HSV(B) 249.14º 0.52% 0.79% -
XYZ 21.41 16.03 57.22 -
YUV 112.75 177.8 127.46 -
System Red Green Blue C M Y K H S L
Decimal 112 96 201 0.44 0.52 0 0.21 249.14 0.49 0.58
Hex 70 60 C9 2C 34 0 15 F9 31 3A
Octal 160 140 311 54 64 0 25 371 61 72
Binary 1110000 1100000 11001001 101100 110100 0 10101 11111001 110001 111010

Color Harmonies of #7060C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7060C9

Black with #7060C9

Text Example


Text Example

White with #7060C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7060C9; }

 p { color: rgb(112,96,201); }

 H1.HeaderClassName
 {
   color: #7060C9;
 }
 .AnyTagClassName
 {
   color: #7060C9;
 }
</style>

background-color css

<style>
 a { background-color: #7060C9; }

 a { background-color: rgb(112,96,201); }

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

border-color css

<style>
 span { border-color: #7060C9; }

 span { border-color: rgb(112,96,201); }

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