Html Css Color HEX #6558C4 Slate Blue

📋 copy color: '#6558C4'

red 101 ◦ green 88 ◦ blue 196

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

Shades of Slate Blue #6558C4

Tints of Slate Blue #6558C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 50.91%

R = 26.23%
G = 22.86%
B = 50.91%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6558C4 (or 0x6558C4) is known color: Slate Blue. HEX triplet: 65, 58 and C4. RGB value is (101,88,196). Sum of RGB (Red+Green+Blue) = 101+88+196=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 196 (76.95% from 255 or 50.91% from 385); Max value from RGB is 196 - color contains mainly: blue. Hex color #6558C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6558C4 is #9AA73B. Grayscale: #676767. Windows color (decimal): -10135356 or 12867685. OLE color: 12867685.

HSL color Cylindrical-coordinate representation of color #6558C4: hue angle of 247.22º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6558C4 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 101 88 196 -
CMYK 0.48 0.55 0 0.23
HSL 247.22º 0.48% 0.56% -
HSV(B) 247.22º 0.55% 0.77% -
XYZ 18.82 13.73 53.88 -
YUV 104.2 179.81 125.72 -
System Red Green Blue C M Y K H S L
Decimal 101 88 196 0.48 0.55 0 0.23 247.22 0.48 0.56
Hex 65 58 C4 30 37 0 17 F7 30 38
Octal 145 130 304 60 67 0 27 367 60 70
Binary 1100101 1011000 11000100 110000 110111 0 10111 11110111 110000 111000

Color Harmonies of #6558C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6558C4

Black with #6558C4

Text Example


Text Example

White with #6558C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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