Html Css Color HEX #6550EA Slate Blue

📋 copy color: '#6550EA'

red 101 ◦ green 80 ◦ blue 234

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

Shades of Slate Blue #6550EA

Tints of Slate Blue #6550EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.39%

R = 24.34%
G = 19.28%
B = 56.39%

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

#6550EA (or 0x6550EA) is known color: Slate Blue. HEX triplet: 65, 50 and EA. RGB value is (101,80,234). Sum of RGB (Red+Green+Blue) = 101+80+234=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #6550EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6550EA is #9AAF15. Grayscale: #676767. Windows color (decimal): -10137366 or 15356005. OLE color: 15356005.

HSL color Cylindrical-coordinate representation of color #6550EA: hue angle of 248.18º 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 #6550EA is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 80 234 -
CMYK 0.57 0.66 0 0.08
HSL 248.18º 0.79% 0.62% -
HSV(B) 248.18º 0.66% 0.92% -
XYZ 23.09 14.44 79.41 -
YUV 103.84 201.46 125.98 -
System Red Green Blue C M Y K H S L
Decimal 101 80 234 0.57 0.66 0 0.08 248.18 0.79 0.62
Hex 65 50 EA 39 42 0 8 F8 4F 3E
Octal 145 120 352 71 102 0 10 370 117 76
Binary 1100101 1010000 11101010 111001 1000010 0 1000 11111000 1001111 111110

Color Harmonies of #6550EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6550EA

Black with #6550EA

Text Example


Text Example

White with #6550EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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