Html Css Color HEX #6558DE Slate Blue

📋 copy color: '#6558DE'

red 101 ◦ green 88 ◦ blue 222

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

Shades of Slate Blue #6558DE

Tints of Slate Blue #6558DE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.41%

 BLUE value IS 222 (87.11% from 255) = 54.01%

R = 24.57%
G = 21.41%
B = 54.01%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6558DE (or 0x6558DE) is known color: Slate Blue. HEX triplet: 65, 58 and DE. RGB value is (101,88,222). Sum of RGB (Red+Green+Blue) = 101+88+222=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #6558DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6558DE is #9AA721. Grayscale: #6A6A6A. Windows color (decimal): -10135330 or 14571621. OLE color: 14571621.

HSL color Cylindrical-coordinate representation of color #6558DE: hue angle of 245.82º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6558DE is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 88 222 -
CMYK 0.55 0.60 0 0.13
HSL 245.82º 0.67% 0.61% -
HSV(B) 245.82º 0.6% 0.87% -
XYZ 22.04 15.02 70.84 -
YUV 107.16 192.81 123.6 -
System Red Green Blue C M Y K H S L
Decimal 101 88 222 0.55 0.60 0 0.13 245.82 0.67 0.61
Hex 65 58 DE 37 3C 0 D F6 43 3D
Octal 145 130 336 67 74 0 15 366 103 75
Binary 1100101 1011000 11011110 110111 111100 0 1101 11110110 1000011 111101

Color Harmonies of #6558DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6558DE

Black with #6558DE

Text Example


Text Example

White with #6558DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6558DE; }

 p { color: rgb(101,88,222); }

 H1.HeaderClassName
 {
   color: #6558DE;
 }
 .AnyTagClassName
 {
   color: #6558DE;
 }
</style>

background-color css

<style>
 a { background-color: #6558DE; }

 a { background-color: rgb(101,88,222); }

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

border-color css

<style>
 span { border-color: #6558DE; }

 span { border-color: rgb(101,88,222); }

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