Html Css Color HEX #6055E7 Slate Blue

📋 copy color: '#6055E7'

red 96 ◦ green 85 ◦ blue 231

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

Shades of Slate Blue #6055E7

Tints of Slate Blue #6055E7

RGB

 RED value IS 96 (37.89% from 255) = 23.3%

 GREEN value IS 85 (33.59% from 255) = 20.63%

 BLUE value IS 231 (90.63% from 255) = 56.07%

R = 23.3%
G = 20.63%
B = 56.07%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6055E7 (or 0x6055E7) is known color: Slate Blue. HEX triplet: 60, 55 and E7. RGB value is (96,85,231). Sum of RGB (Red+Green+Blue) = 96+85+231=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 231 (90.62% from 255 or 56.07% from 412); Max value from RGB is 231 - color contains mainly: blue. Hex color #6055E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6055E7 is #9FAA18. Grayscale: #686868. Windows color (decimal): -10463769 or 15160672. OLE color: 15160672.

HSL color Cylindrical-coordinate representation of color #6055E7: hue angle of 244.52º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6055E7 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 96 85 231 -
CMYK 0.58 0.63 0 0.09
HSL 244.52º 0.75% 0.62% -
HSV(B) 244.52º 0.63% 0.91% -
XYZ 22.5 14.75 77.26 -
YUV 104.93 199.14 121.63 -
System Red Green Blue C M Y K H S L
Decimal 96 85 231 0.58 0.63 0 0.09 244.52 0.75 0.62
Hex 60 55 E7 3A 3F 0 9 F5 4B 3E
Octal 140 125 347 72 77 0 11 365 113 76
Binary 1100000 1010101 11100111 111010 111111 0 1001 11110101 1001011 111110

Color Harmonies of #6055E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6055E7

Black with #6055E7

Text Example


Text Example

White with #6055E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6055E7; }

 p { color: rgb(96,85,231); }

 H1.HeaderClassName
 {
   color: #6055E7;
 }
 .AnyTagClassName
 {
   color: #6055E7;
 }
</style>

background-color css

<style>
 a { background-color: #6055E7; }

 a { background-color: rgb(96,85,231); }

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

border-color css

<style>
 span { border-color: #6055E7; }

 span { border-color: rgb(96,85,231); }

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