Html Css Color HEX #7061CC Slate Blue

📋 copy color: '#7061CC'

red 112 ◦ green 97 ◦ blue 204

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

Shades of Slate Blue #7061CC

Tints of Slate Blue #7061CC

RGB

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

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

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

R = 27.12%
G = 23.49%
B = 49.39%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7061CC (or 0x7061CC) is known color: Slate Blue. HEX triplet: 70, 61 and CC. RGB value is (112,97,204). Sum of RGB (Red+Green+Blue) = 112+97+204=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #7061CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7061CC is #8F9E33. Grayscale: #717171. Windows color (decimal): -9412148 or 13394288. OLE color: 13394288.

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

Color convert

RGB 112 97 204 -
CMYK 0.45 0.52 0 0.2
HSL 248.41º 0.51% 0.59% -
HSV(B) 248.41º 0.52% 0.8% -
XYZ 21.86 16.35 59.13 -
YUV 113.68 178.97 126.8 -
System Red Green Blue C M Y K H S L
Decimal 112 97 204 0.45 0.52 0 0.2 248.41 0.51 0.59
Hex 70 61 CC 2D 34 0 14 F8 33 3B
Octal 160 141 314 55 64 0 24 370 63 73
Binary 1110000 1100001 11001100 101101 110100 0 10100 11111000 110011 111011

Color Harmonies of #7061CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7061CC

Black with #7061CC

Text Example


Text Example

White with #7061CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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