Html Css Color HEX #6044D9 Slate Blue

📋 copy color: '#6044D9'

red 96 ◦ green 68 ◦ blue 217

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

Shades of Slate Blue #6044D9

Tints of Slate Blue #6044D9

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.85%

 BLUE value IS 217 (85.16% from 255) = 56.96%

R = 25.2%
G = 17.85%
B = 56.96%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6044D9 (or 0x6044D9) is known color: Slate Blue. HEX triplet: 60, 44 and D9. RGB value is (96,68,217). Sum of RGB (Red+Green+Blue) = 96+68+217=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 217 (85.16% from 255 or 56.96% from 381); Max value from RGB is 217 - color contains mainly: blue. Hex color #6044D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6044D9 is #9FBB26. Grayscale: #5C5C5C. Windows color (decimal): -10468135 or 14238816. OLE color: 14238816.

HSL color Cylindrical-coordinate representation of color #6044D9: hue angle of 251.28º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6044D9 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 68 217 -
CMYK 0.56 0.69 0 0.15
HSL 251.28º 0.66% 0.56% -
HSV(B) 251.28º 0.69% 0.85% -
XYZ 19.42 11.63 66.87 -
YUV 93.36 197.78 129.88 -
System Red Green Blue C M Y K H S L
Decimal 96 68 217 0.56 0.69 0 0.15 251.28 0.66 0.56
Hex 60 44 D9 38 45 0 F FB 42 38
Octal 140 104 331 70 105 0 17 373 102 70
Binary 1100000 1000100 11011001 111000 1000101 0 1111 11111011 1000010 111000

Color Harmonies of #6044D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6044D9

Black with #6044D9

Text Example


Text Example

White with #6044D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6044D9; }

 p { color: rgb(96,68,217); }

 H1.HeaderClassName
 {
   color: #6044D9;
 }
 .AnyTagClassName
 {
   color: #6044D9;
 }
</style>

background-color css

<style>
 a { background-color: #6044D9; }

 a { background-color: rgb(96,68,217); }

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

border-color css

<style>
 span { border-color: #6044D9; }

 span { border-color: rgb(96,68,217); }

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