Html Css Color HEX #6557DC Slate Blue

📋 copy color: '#6557DC'

red 101 ◦ green 87 ◦ blue 220

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

Shades of Slate Blue #6557DC

Tints of Slate Blue #6557DC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.32%

 BLUE value IS 220 (86.33% from 255) = 53.92%

R = 24.75%
G = 21.32%
B = 53.92%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6557DC (or 0x6557DC) is known color: Slate Blue. HEX triplet: 65, 57 and DC. RGB value is (101,87,220). Sum of RGB (Red+Green+Blue) = 101+87+220=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #6557DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6557DC is #9AA823. Grayscale: #696969. Windows color (decimal): -10135588 or 14440293. OLE color: 14440293.

HSL color Cylindrical-coordinate representation of color #6557DC: hue angle of 246.32º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6557DC is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 87 220 -
CMYK 0.54 0.60 0 0.14
HSL 246.32º 0.66% 0.6% -
HSV(B) 246.32º 0.6% 0.86% -
XYZ 21.69 14.75 69.41 -
YUV 106.35 192.14 124.19 -
System Red Green Blue C M Y K H S L
Decimal 101 87 220 0.54 0.60 0 0.14 246.32 0.66 0.6
Hex 65 57 DC 36 3C 0 E F6 42 3C
Octal 145 127 334 66 74 0 16 366 102 74
Binary 1100101 1010111 11011100 110110 111100 0 1110 11110110 1000010 111100

Color Harmonies of #6557DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6557DC

Black with #6557DC

Text Example


Text Example

White with #6557DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6557DC; }

 p { color: rgb(101,87,220); }

 H1.HeaderClassName
 {
   color: #6557DC;
 }
 .AnyTagClassName
 {
   color: #6557DC;
 }
</style>

background-color css

<style>
 a { background-color: #6557DC; }

 a { background-color: rgb(101,87,220); }

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

border-color css

<style>
 span { border-color: #6557DC; }

 span { border-color: rgb(101,87,220); }

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