Html Css Color HEX #6055DF Slate Blue

📋 copy color: '#6055DF'

red 96 ◦ green 85 ◦ blue 223

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

Shades of Slate Blue #6055DF

Tints of Slate Blue #6055DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.04%

 BLUE value IS 223 (87.5% from 255) = 55.2%

R = 23.76%
G = 21.04%
B = 55.2%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6055DF (or 0x6055DF) is known color: Slate Blue. HEX triplet: 60, 55 and DF. RGB value is (96,85,223). Sum of RGB (Red+Green+Blue) = 96+85+223=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #6055DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6055DF is #9FAA20. Grayscale: #676767. Windows color (decimal): -10463777 or 14636384. OLE color: 14636384.

HSL color Cylindrical-coordinate representation of color #6055DF: hue angle of 244.78º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6055DF is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 85 223 -
CMYK 0.57 0.62 0 0.13
HSL 244.78º 0.68% 0.6% -
HSV(B) 244.78º 0.62% 0.87% -
XYZ 21.39 14.31 71.45 -
YUV 104.02 195.14 122.28 -
System Red Green Blue C M Y K H S L
Decimal 96 85 223 0.57 0.62 0 0.13 244.78 0.68 0.6
Hex 60 55 DF 39 3E 0 D F5 44 3C
Octal 140 125 337 71 76 0 15 365 104 74
Binary 1100000 1010101 11011111 111001 111110 0 1101 11110101 1000100 111100

Color Harmonies of #6055DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6055DF

Black with #6055DF

Text Example


Text Example

White with #6055DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6055DF; }

 p { color: rgb(96,85,223); }

 H1.HeaderClassName
 {
   color: #6055DF;
 }
 .AnyTagClassName
 {
   color: #6055DF;
 }
</style>

background-color css

<style>
 a { background-color: #6055DF; }

 a { background-color: rgb(96,85,223); }

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

border-color css

<style>
 span { border-color: #6055DF; }

 span { border-color: rgb(96,85,223); }

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