Html Css Color HEX #7061CB Slate Blue

📋 copy color: '#7061CB'

red 112 ◦ green 97 ◦ blue 203

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

Shades of Slate Blue #7061CB

Tints of Slate Blue #7061CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.27%

R = 27.18%
G = 23.54%
B = 49.27%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7061CB (or 0x7061CB) is known color: Slate Blue. HEX triplet: 70, 61 and CB. RGB value is (112,97,203). Sum of RGB (Red+Green+Blue) = 112+97+203=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #7061CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7061CB is #8F9E34. Grayscale: #717171. Windows color (decimal): -9412149 or 13328752. OLE color: 13328752.

HSL color Cylindrical-coordinate representation of color #7061CB: hue angle of 248.49º degrees, saturation: 0.5, 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 #7061CB is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 97 203 -
CMYK 0.45 0.52 0 0.20
HSL 248.49º 0.5% 0.59% -
HSV(B) 248.49º 0.52% 0.8% -
XYZ 21.74 16.31 58.5 -
YUV 113.57 178.47 126.88 -
System Red Green Blue C M Y K H S L
Decimal 112 97 203 0.45 0.52 0 0.20 248.49 0.5 0.59
Hex 70 61 CB 2D 34 0 14 F8 32 3B
Octal 160 141 313 55 64 0 24 370 62 73
Binary 1110000 1100001 11001011 101101 110100 0 10100 11111000 110010 111011

Color Harmonies of #7061CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7061CB

Black with #7061CB

Text Example


Text Example

White with #7061CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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