Html Css Color HEX #6556E4 Slate Blue

📋 copy color: '#6556E4'

red 101 ◦ green 86 ◦ blue 228

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

Shades of Slate Blue #6556E4

Tints of Slate Blue #6556E4

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.72%

 BLUE value IS 228 (89.45% from 255) = 54.94%

R = 24.34%
G = 20.72%
B = 54.94%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6556E4 (or 0x6556E4) is known color: Slate Blue. HEX triplet: 65, 56 and E4. RGB value is (101,86,228). Sum of RGB (Red+Green+Blue) = 101+86+228=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 228 (89.45% from 255 or 54.94% from 415); Max value from RGB is 228 - color contains mainly: blue. Hex color #6556E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6556E4 is #9AA91B. Grayscale: #6A6A6A. Windows color (decimal): -10135836 or 14964325. OLE color: 14964325.

HSL color Cylindrical-coordinate representation of color #6556E4: hue angle of 246.34º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6556E4 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 101 86 228 -
CMYK 0.56 0.62 0 0.11
HSL 246.34º 0.72% 0.62% -
HSV(B) 246.34º 0.62% 0.89% -
XYZ 22.7 15.02 75.1 -
YUV 106.67 196.47 123.95 -
System Red Green Blue C M Y K H S L
Decimal 101 86 228 0.56 0.62 0 0.11 246.34 0.72 0.62
Hex 65 56 E4 38 3E 0 B F6 48 3E
Octal 145 126 344 70 76 0 13 366 110 76
Binary 1100101 1010110 11100100 111000 111110 0 1011 11110110 1001000 111110

Color Harmonies of #6556E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6556E4

Black with #6556E4

Text Example


Text Example

White with #6556E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6556E4; }

 p { color: rgb(101,86,228); }

 H1.HeaderClassName
 {
   color: #6556E4;
 }
 .AnyTagClassName
 {
   color: #6556E4;
 }
</style>

background-color css

<style>
 a { background-color: #6556E4; }

 a { background-color: rgb(101,86,228); }

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

border-color css

<style>
 span { border-color: #6556E4; }

 span { border-color: rgb(101,86,228); }

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