Html Css Color HEX #6044CB Slate Blue

📋 copy color: '#6044CB'

red 96 ◦ green 68 ◦ blue 203

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

Shades of Slate Blue #6044CB

Tints of Slate Blue #6044CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.31%

R = 26.16%
G = 18.53%
B = 55.31%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6044CB (or 0x6044CB) is known color: Slate Blue. HEX triplet: 60, 44 and CB. RGB value is (96,68,203). Sum of RGB (Red+Green+Blue) = 96+68+203=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #6044CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6044CB is #9FBB34. Grayscale: #5B5B5B. Windows color (decimal): -10468149 or 13321312. OLE color: 13321312.

HSL color Cylindrical-coordinate representation of color #6044CB: hue angle of 252.44º degrees, saturation: 0.56, 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 #6044CB is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 68 203 -
CMYK 0.53 0.67 0 0.20
HSL 252.44º 0.56% 0.53% -
HSV(B) 252.44º 0.67% 0.8% -
XYZ 17.67 10.93 57.68 -
YUV 91.76 190.78 131.02 -
System Red Green Blue C M Y K H S L
Decimal 96 68 203 0.53 0.67 0 0.20 252.44 0.56 0.53
Hex 60 44 CB 35 43 0 14 FC 38 35
Octal 140 104 313 65 103 0 24 374 70 65
Binary 1100000 1000100 11001011 110101 1000011 0 10100 11111100 111000 110101

Color Harmonies of #6044CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6044CB

Black with #6044CB

Text Example


Text Example

White with #6044CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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