Html Css Color HEX #6044CC Slate Blue

📋 copy color: '#6044CC'

red 96 ◦ green 68 ◦ blue 204

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

Shades of Slate Blue #6044CC

Tints of Slate Blue #6044CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.43%

R = 26.09%
G = 18.48%
B = 55.43%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6044CC (or 0x6044CC) is known color: Slate Blue. HEX triplet: 60, 44 and CC. RGB value is (96,68,204). Sum of RGB (Red+Green+Blue) = 96+68+204=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #6044CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6044CC is #9FBB33. Grayscale: #5B5B5B. Windows color (decimal): -10468148 or 13386848. OLE color: 13386848.

HSL color Cylindrical-coordinate representation of color #6044CC: hue angle of 252.35º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6044CC is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 68 204 -
CMYK 0.53 0.67 0 0.2
HSL 252.35º 0.57% 0.53% -
HSV(B) 252.35º 0.67% 0.8% -
XYZ 17.79 10.98 58.31 -
YUV 91.88 191.28 130.94 -
System Red Green Blue C M Y K H S L
Decimal 96 68 204 0.53 0.67 0 0.2 252.35 0.57 0.53
Hex 60 44 CC 35 43 0 14 FC 39 35
Octal 140 104 314 65 103 0 24 374 71 65
Binary 1100000 1000100 11001100 110101 1000011 0 10100 11111100 111001 110101

Color Harmonies of #6044CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6044CC

Black with #6044CC

Text Example


Text Example

White with #6044CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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