Html Css Color HEX #6044CA Slate Blue

📋 copy color: '#6044CA'

red 96 ◦ green 68 ◦ blue 202

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

Shades of Slate Blue #6044CA

Tints of Slate Blue #6044CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.19%

R = 26.23%
G = 18.58%
B = 55.19%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6044CA (or 0x6044CA) is known color: Slate Blue. HEX triplet: 60, 44 and CA. RGB value is (96,68,202). Sum of RGB (Red+Green+Blue) = 96+68+202=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #6044CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6044CA is #9FBB35. Grayscale: #5B5B5B. Windows color (decimal): -10468150 or 13255776. OLE color: 13255776.

HSL color Cylindrical-coordinate representation of color #6044CA: hue angle of 252.54º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6044CA is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 68 202 -
CMYK 0.52 0.66 0 0.21
HSL 252.54º 0.56% 0.53% -
HSV(B) 252.54º 0.66% 0.79% -
XYZ 17.55 10.89 57.05 -
YUV 91.65 190.28 131.1 -
System Red Green Blue C M Y K H S L
Decimal 96 68 202 0.52 0.66 0 0.21 252.54 0.56 0.53
Hex 60 44 CA 34 42 0 15 FD 38 35
Octal 140 104 312 64 102 0 25 375 70 65
Binary 1100000 1000100 11001010 110100 1000010 0 10101 11111101 111000 110101

Color Harmonies of #6044CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6044CA

Black with #6044CA

Text Example


Text Example

White with #6044CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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