Html Css Color HEX #6051BF Slate Blue

📋 copy color: '#6051BF'

red 96 ◦ green 81 ◦ blue 191

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

Shades of Slate Blue #6051BF

Tints of Slate Blue #6051BF

RGB

 RED value IS 96 (37.89% from 255) = 26.09%

 GREEN value IS 81 (32.03% from 255) = 22.01%

 BLUE value IS 191 (75% from 255) = 51.9%

R = 26.09%
G = 22.01%
B = 51.9%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6051BF (or 0x6051BF) is known color: Slate Blue. HEX triplet: 60, 51 and BF. RGB value is (96,81,191). Sum of RGB (Red+Green+Blue) = 96+81+191=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #6051BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6051BF is #9FAE40. Grayscale: #616161. Windows color (decimal): -10464833 or 12538208. OLE color: 12538208.

HSL color Cylindrical-coordinate representation of color #6051BF: hue angle of 248.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6051BF is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 81 191 -
CMYK 0.50 0.58 0 0.25
HSL 248.18º 0.46% 0.53% -
HSV(B) 248.18º 0.58% 0.75% -
XYZ 17.17 12.13 50.73 -
YUV 98.03 180.47 126.56 -
System Red Green Blue C M Y K H S L
Decimal 96 81 191 0.50 0.58 0 0.25 248.18 0.46 0.53
Hex 60 51 BF 32 3A 0 19 F8 2E 35
Octal 140 121 277 62 72 0 31 370 56 65
Binary 1100000 1010001 10111111 110010 111010 0 11001 11111000 101110 110101

Color Harmonies of #6051BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6051BF

Black with #6051BF

Text Example


Text Example

White with #6051BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6051BF; }

 p { color: rgb(96,81,191); }

 H1.HeaderClassName
 {
   color: #6051BF;
 }
 .AnyTagClassName
 {
   color: #6051BF;
 }
</style>

background-color css

<style>
 a { background-color: #6051BF; }

 a { background-color: rgb(96,81,191); }

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

border-color css

<style>
 span { border-color: #6051BF; }

 span { border-color: rgb(96,81,191); }

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