Html Css Color HEX #6044CE Slate Blue

📋 copy color: '#6044CE'

red 96 ◦ green 68 ◦ blue 206

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

Shades of Slate Blue #6044CE

Tints of Slate Blue #6044CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.68%

R = 25.95%
G = 18.38%
B = 55.68%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6044CE (or 0x6044CE) is known color: Slate Blue. HEX triplet: 60, 44 and CE. RGB value is (96,68,206). Sum of RGB (Red+Green+Blue) = 96+68+206=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #6044CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6044CE is #9FBB31. Grayscale: #5B5B5B. Windows color (decimal): -10468146 or 13517920. OLE color: 13517920.

HSL color Cylindrical-coordinate representation of color #6044CE: hue angle of 252.17º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6044CE is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 68 206 -
CMYK 0.53 0.67 0 0.19
HSL 252.17º 0.58% 0.54% -
HSV(B) 252.17º 0.67% 0.81% -
XYZ 18.03 11.08 59.58 -
YUV 92.1 192.28 130.78 -
System Red Green Blue C M Y K H S L
Decimal 96 68 206 0.53 0.67 0 0.19 252.17 0.58 0.54
Hex 60 44 CE 35 43 0 13 FC 3A 36
Octal 140 104 316 65 103 0 23 374 72 66
Binary 1100000 1000100 11001110 110101 1000011 0 10011 11111100 111010 110110

Color Harmonies of #6044CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6044CE

Black with #6044CE

Text Example


Text Example

White with #6044CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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