Html Css Color HEX #6051E6 Slate Blue

📋 copy color: '#6051E6'

red 96 ◦ green 81 ◦ blue 230

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

Shades of Slate Blue #6051E6

Tints of Slate Blue #6051E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 56.51%

R = 23.59%
G = 19.9%
B = 56.51%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6051E6 (or 0x6051E6) is known color: Slate Blue. HEX triplet: 60, 51 and E6. RGB value is (96,81,230). Sum of RGB (Red+Green+Blue) = 96+81+230=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 230 (90.23% from 255 or 56.51% from 407); Max value from RGB is 230 - color contains mainly: blue. Hex color #6051E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6051E6 is #9FAE19. Grayscale: #656565. Windows color (decimal): -10464794 or 15094112. OLE color: 15094112.

HSL color Cylindrical-coordinate representation of color #6051E6: hue angle of 246.04º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6051E6 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 96 81 230 -
CMYK 0.58 0.65 0 0.10
HSL 246.04º 0.75% 0.61% -
HSV(B) 246.04º 0.65% 0.9% -
XYZ 22.05 14.08 76.42 -
YUV 102.47 199.97 123.38 -
System Red Green Blue C M Y K H S L
Decimal 96 81 230 0.58 0.65 0 0.10 246.04 0.75 0.61
Hex 60 51 E6 3A 41 0 A F6 4B 3D
Octal 140 121 346 72 101 0 12 366 113 75
Binary 1100000 1010001 11100110 111010 1000001 0 1010 11110110 1001011 111101

Color Harmonies of #6051E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6051E6

Black with #6051E6

Text Example


Text Example

White with #6051E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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