Html Css Color HEX #7061CE Slate Blue

📋 copy color: '#7061CE'

red 112 ◦ green 97 ◦ blue 206

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

Shades of Slate Blue #7061CE

Tints of Slate Blue #7061CE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.37%

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 26.99%
G = 23.37%
B = 49.64%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7061CE (or 0x7061CE) is known color: Slate Blue. HEX triplet: 70, 61 and CE. RGB value is (112,97,206). Sum of RGB (Red+Green+Blue) = 112+97+206=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #7061CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7061CE is #8F9E31. Grayscale: #717171. Windows color (decimal): -9412146 or 13525360. OLE color: 13525360.

HSL color Cylindrical-coordinate representation of color #7061CE: hue angle of 248.26º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7061CE is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 97 206 -
CMYK 0.46 0.53 0 0.19
HSL 248.26º 0.53% 0.59% -
HSV(B) 248.26º 0.53% 0.81% -
XYZ 22.1 16.45 60.4 -
YUV 113.91 179.97 126.64 -
System Red Green Blue C M Y K H S L
Decimal 112 97 206 0.46 0.53 0 0.19 248.26 0.53 0.59
Hex 70 61 CE 2E 35 0 13 F8 35 3B
Octal 160 141 316 56 65 0 23 370 65 73
Binary 1110000 1100001 11001110 101110 110101 0 10011 11111000 110101 111011

Color Harmonies of #7061CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7061CE

Black with #7061CE

Text Example


Text Example

White with #7061CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7061CE; }

 p { color: rgb(112,97,206); }

 H1.HeaderClassName
 {
   color: #7061CE;
 }
 .AnyTagClassName
 {
   color: #7061CE;
 }
</style>

background-color css

<style>
 a { background-color: #7061CE; }

 a { background-color: rgb(112,97,206); }

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

border-color css

<style>
 span { border-color: #7061CE; }

 span { border-color: rgb(112,97,206); }

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