Html Css Color HEX #6041DA Slate Blue

📋 copy color: '#6041DA'

red 96 ◦ green 65 ◦ blue 218

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

Shades of Slate Blue #6041DA

Tints of Slate Blue #6041DA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.15%

 BLUE value IS 218 (85.55% from 255) = 57.52%

R = 25.33%
G = 17.15%
B = 57.52%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6041DA (or 0x6041DA) is known color: Slate Blue. HEX triplet: 60, 41 and DA. RGB value is (96,65,218). Sum of RGB (Red+Green+Blue) = 96+65+218=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #6041DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6041DA is #9FBE25. Grayscale: #5B5B5B. Windows color (decimal): -10468902 or 14303584. OLE color: 14303584.

HSL color Cylindrical-coordinate representation of color #6041DA: hue angle of 252.16º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6041DA is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 65 218 -
CMYK 0.56 0.70 0 0.15
HSL 252.16º 0.67% 0.55% -
HSV(B) 252.16º 0.7% 0.85% -
XYZ 19.37 11.33 67.5 -
YUV 91.71 199.27 131.06 -
System Red Green Blue C M Y K H S L
Decimal 96 65 218 0.56 0.70 0 0.15 252.16 0.67 0.55
Hex 60 41 DA 38 46 0 F FC 43 37
Octal 140 101 332 70 106 0 17 374 103 67
Binary 1100000 1000001 11011010 111000 1000110 0 1111 11111100 1000011 110111

Color Harmonies of #6041DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6041DA

Black with #6041DA

Text Example


Text Example

White with #6041DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6041DA; }

 p { color: rgb(96,65,218); }

 H1.HeaderClassName
 {
   color: #6041DA;
 }
 .AnyTagClassName
 {
   color: #6041DA;
 }
</style>

background-color css

<style>
 a { background-color: #6041DA; }

 a { background-color: rgb(96,65,218); }

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

border-color css

<style>
 span { border-color: #6041DA; }

 span { border-color: rgb(96,65,218); }

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