Html Css Color HEX #6558CB Slate Blue

📋 copy color: '#6558CB'

red 101 ◦ green 88 ◦ blue 203

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

Shades of Slate Blue #6558CB

Tints of Slate Blue #6558CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.79%

R = 25.77%
G = 22.45%
B = 51.79%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6558CB (or 0x6558CB) is known color: Slate Blue. HEX triplet: 65, 58 and CB. RGB value is (101,88,203). Sum of RGB (Red+Green+Blue) = 101+88+203=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #6558CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6558CB is #9AA734. Grayscale: #686868. Windows color (decimal): -10135349 or 13326437. OLE color: 13326437.

HSL color Cylindrical-coordinate representation of color #6558CB: hue angle of 246.78º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6558CB is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 88 203 -
CMYK 0.50 0.57 0 0.20
HSL 246.78º 0.53% 0.57% -
HSV(B) 246.78º 0.57% 0.8% -
XYZ 19.64 14.06 58.18 -
YUV 105 183.31 125.15 -
System Red Green Blue C M Y K H S L
Decimal 101 88 203 0.50 0.57 0 0.20 246.78 0.53 0.57
Hex 65 58 CB 32 39 0 14 F7 35 39
Octal 145 130 313 62 71 0 24 367 65 71
Binary 1100101 1011000 11001011 110010 111001 0 10100 11110111 110101 111001

Color Harmonies of #6558CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6558CB

Black with #6558CB

Text Example


Text Example

White with #6558CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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