Html Css Color HEX #6554DF Slate Blue

📋 copy color: '#6554DF'

red 101 ◦ green 84 ◦ blue 223

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

Shades of Slate Blue #6554DF

Tints of Slate Blue #6554DF

RGB

 RED value IS 101 (39.84% from 255) = 24.75%

 GREEN value IS 84 (33.2% from 255) = 20.59%

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

R = 24.75%
G = 20.59%
B = 54.66%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6554DF (or 0x6554DF) is known color: Slate Blue. HEX triplet: 65, 54 and DF. RGB value is (101,84,223). Sum of RGB (Red+Green+Blue) = 101+84+223=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #6554DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6554DF is #9AAB20. Grayscale: #686868. Windows color (decimal): -10136353 or 14636133. OLE color: 14636133.

HSL color Cylindrical-coordinate representation of color #6554DF: hue angle of 247.34º 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 #6554DF is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 84 223 -
CMYK 0.55 0.62 0 0.13
HSL 247.34º 0.68% 0.6% -
HSV(B) 247.34º 0.62% 0.87% -
XYZ 21.86 14.44 71.45 -
YUV 104.93 194.63 125.2 -
System Red Green Blue C M Y K H S L
Decimal 101 84 223 0.55 0.62 0 0.13 247.34 0.68 0.6
Hex 65 54 DF 37 3E 0 D F7 44 3C
Octal 145 124 337 67 76 0 15 367 104 74
Binary 1100101 1010100 11011111 110111 111110 0 1101 11110111 1000100 111100

Color Harmonies of #6554DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6554DF

Black with #6554DF

Text Example


Text Example

White with #6554DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,84,223); }

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

background-color css

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

 a { background-color: rgb(101,84,223); }

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

border-color css

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

 span { border-color: rgb(101,84,223); }

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