Html Css Color HEX #6550EB Slate Blue

📋 copy color: '#6550EB'

red 101 ◦ green 80 ◦ blue 235

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

Shades of Slate Blue #6550EB

Tints of Slate Blue #6550EB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.23%

 BLUE value IS 235 (92.19% from 255) = 56.49%

R = 24.28%
G = 19.23%
B = 56.49%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6550EB (or 0x6550EB) is known color: Slate Blue. HEX triplet: 65, 50 and EB. RGB value is (101,80,235). Sum of RGB (Red+Green+Blue) = 101+80+235=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #6550EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6550EB is #9AAF14. Grayscale: #676767. Windows color (decimal): -10137365 or 15421541. OLE color: 15421541.

HSL color Cylindrical-coordinate representation of color #6550EB: hue angle of 248.13º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6550EB is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 80 235 -
CMYK 0.57 0.66 0 0.08
HSL 248.13º 0.79% 0.62% -
HSV(B) 248.13º 0.66% 0.92% -
XYZ 23.23 14.5 80.17 -
YUV 103.95 201.96 125.9 -
System Red Green Blue C M Y K H S L
Decimal 101 80 235 0.57 0.66 0 0.08 248.13 0.79 0.62
Hex 65 50 EB 39 42 0 8 F8 4F 3E
Octal 145 120 353 71 102 0 10 370 117 76
Binary 1100101 1010000 11101011 111001 1000010 0 1000 11111000 1001111 111110

Color Harmonies of #6550EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6550EB

Black with #6550EB

Text Example


Text Example

White with #6550EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6550EB; }

 p { color: rgb(101,80,235); }

 H1.HeaderClassName
 {
   color: #6550EB;
 }
 .AnyTagClassName
 {
   color: #6550EB;
 }
</style>

background-color css

<style>
 a { background-color: #6550EB; }

 a { background-color: rgb(101,80,235); }

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

border-color css

<style>
 span { border-color: #6550EB; }

 span { border-color: rgb(101,80,235); }

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