Html Css Color HEX #6044C9 Slate Blue

📋 copy color: '#6044C9'

red 96 ◦ green 68 ◦ blue 201

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

Shades of Slate Blue #6044C9

Tints of Slate Blue #6044C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 55.07%

R = 26.3%
G = 18.63%
B = 55.07%

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

#6044C9 (or 0x6044C9) is known color: Slate Blue. HEX triplet: 60, 44 and C9. RGB value is (96,68,201). Sum of RGB (Red+Green+Blue) = 96+68+201=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 201 (78.91% from 255 or 55.07% from 365); Max value from RGB is 201 - color contains mainly: blue. Hex color #6044C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6044C9 is #9FBB36. Grayscale: #5B5B5B. Windows color (decimal): -10468151 or 13190240. OLE color: 13190240.

HSL color Cylindrical-coordinate representation of color #6044C9: hue angle of 252.63º degrees, saturation: 0.55, 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 #6044C9 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 68 201 -
CMYK 0.52 0.66 0 0.21
HSL 252.63º 0.55% 0.53% -
HSV(B) 252.63º 0.66% 0.79% -
XYZ 17.43 10.84 56.43 -
YUV 91.53 189.78 131.19 -
System Red Green Blue C M Y K H S L
Decimal 96 68 201 0.52 0.66 0 0.21 252.63 0.55 0.53
Hex 60 44 C9 34 42 0 15 FD 37 35
Octal 140 104 311 64 102 0 25 375 67 65
Binary 1100000 1000100 11001001 110100 1000010 0 10101 11111101 110111 110101

Color Harmonies of #6044C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6044C9

Black with #6044C9

Text Example


Text Example

White with #6044C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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