Html Css Color HEX #6558CE Slate Blue

📋 copy color: '#6558CE'

red 101 ◦ green 88 ◦ blue 206

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

Shades of Slate Blue #6558CE

Tints of Slate Blue #6558CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.15%

R = 25.57%
G = 22.28%
B = 52.15%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6558CE (or 0x6558CE) is known color: Slate Blue. HEX triplet: 65, 58 and CE. RGB value is (101,88,206). Sum of RGB (Red+Green+Blue) = 101+88+206=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #6558CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6558CE is #9AA731. Grayscale: #686868. Windows color (decimal): -10135346 or 13523045. OLE color: 13523045.

HSL color Cylindrical-coordinate representation of color #6558CE: hue angle of 246.61º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6558CE is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 88 206 -
CMYK 0.51 0.57 0 0.19
HSL 246.61º 0.55% 0.58% -
HSV(B) 246.61º 0.57% 0.81% -
XYZ 20 14.2 60.08 -
YUV 105.34 184.81 124.91 -
System Red Green Blue C M Y K H S L
Decimal 101 88 206 0.51 0.57 0 0.19 246.61 0.55 0.58
Hex 65 58 CE 33 39 0 13 F7 37 3A
Octal 145 130 316 63 71 0 23 367 67 72
Binary 1100101 1011000 11001110 110011 111001 0 10011 11110111 110111 111010

Color Harmonies of #6558CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6558CE

Black with #6558CE

Text Example


Text Example

White with #6558CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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