Html Css Color HEX #7062CE Slate Blue

📋 copy color: '#7062CE'

red 112 ◦ green 98 ◦ blue 206

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

Shades of Slate Blue #7062CE

Tints of Slate Blue #7062CE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.56%

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

R = 26.92%
G = 23.56%
B = 49.52%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7062CE (or 0x7062CE) is known color: Slate Blue. HEX triplet: 70, 62 and CE. RGB value is (112,98,206). Sum of RGB (Red+Green+Blue) = 112+98+206=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #7062CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7062CE is #8F9D31. Grayscale: #727272. Windows color (decimal): -9411890 or 13525616. OLE color: 13525616.

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

Color convert

RGB 112 98 206 -
CMYK 0.46 0.52 0 0.19
HSL 247.78º 0.52% 0.6% -
HSV(B) 247.78º 0.52% 0.81% -
XYZ 22.19 16.64 60.43 -
YUV 114.5 179.64 126.22 -
System Red Green Blue C M Y K H S L
Decimal 112 98 206 0.46 0.52 0 0.19 247.78 0.52 0.6
Hex 70 62 CE 2E 34 0 13 F8 34 3C
Octal 160 142 316 56 64 0 23 370 64 74
Binary 1110000 1100010 11001110 101110 110100 0 10011 11111000 110100 111100

Color Harmonies of #7062CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7062CE

Black with #7062CE

Text Example


Text Example

White with #7062CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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