Html Css Color HEX #7061CF Slate Blue

📋 copy color: '#7061CF'

red 112 ◦ green 97 ◦ blue 207

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

Shades of Slate Blue #7061CF

Tints of Slate Blue #7061CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.76%

R = 26.92%
G = 23.32%
B = 49.76%

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

#7061CF (or 0x7061CF) is known color: Slate Blue. HEX triplet: 70, 61 and CF. RGB value is (112,97,207). Sum of RGB (Red+Green+Blue) = 112+97+207=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #7061CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7061CF is #8F9E30. Grayscale: #717171. Windows color (decimal): -9412145 or 13590896. OLE color: 13590896.

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

Color convert

RGB 112 97 207 -
CMYK 0.46 0.53 0 0.19
HSL 248.18º 0.53% 0.6% -
HSV(B) 248.18º 0.53% 0.81% -
XYZ 22.22 16.5 61.05 -
YUV 114.03 180.47 126.56 -
System Red Green Blue C M Y K H S L
Decimal 112 97 207 0.46 0.53 0 0.19 248.18 0.53 0.6
Hex 70 61 CF 2E 35 0 13 F8 35 3C
Octal 160 141 317 56 65 0 23 370 65 74
Binary 1110000 1100001 11001111 101110 110101 0 10011 11111000 110101 111100

Color Harmonies of #7061CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7061CF

Black with #7061CF

Text Example


Text Example

White with #7061CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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