Html Css Color HEX #6040DA Slate Blue

📋 copy color: '#6040DA'

red 96 ◦ green 64 ◦ blue 218

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

Shades of Slate Blue #6040DA

Tints of Slate Blue #6040DA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.93%

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

R = 25.4%
G = 16.93%
B = 57.67%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6040DA (or 0x6040DA) is known color: Slate Blue. HEX triplet: 60, 40 and DA. RGB value is (96,64,218). Sum of RGB (Red+Green+Blue) = 96+64+218=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #6040DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6040DA is #9FBF25. Grayscale: #5A5A5A. Windows color (decimal): -10469158 or 14303328. OLE color: 14303328.

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

Color convert

RGB 96 64 218 -
CMYK 0.56 0.71 0 0.15
HSL 252.47º 0.68% 0.55% -
HSV(B) 252.47º 0.71% 0.85% -
XYZ 19.31 11.22 67.48 -
YUV 91.12 199.6 131.48 -
System Red Green Blue C M Y K H S L
Decimal 96 64 218 0.56 0.71 0 0.15 252.47 0.68 0.55
Hex 60 40 DA 38 47 0 F FC 44 37
Octal 140 100 332 70 107 0 17 374 104 67
Binary 1100000 1000000 11011010 111000 1000111 0 1111 11111100 1000100 110111

Color Harmonies of #6040DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6040DA

Black with #6040DA

Text Example


Text Example

White with #6040DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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