Html Css Color HEX #605EC8 Slate Blue

📋 copy color: '#605EC8'

red 96 ◦ green 94 ◦ blue 200

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

Shades of Slate Blue #605EC8

Tints of Slate Blue #605EC8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.1%

 BLUE value IS 200 (78.52% from 255) = 51.28%

R = 24.62%
G = 24.1%
B = 51.28%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#605EC8 (or 0x605EC8) is known color: Slate Blue. HEX triplet: 60, 5E and C8. RGB value is (96,94,200). Sum of RGB (Red+Green+Blue) = 96+94+200=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 200 (78.52% from 255 or 51.28% from 390); Max value from RGB is 200 - color contains mainly: blue. Hex color #605EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605EC8 is #9FA137. Grayscale: #6A6A6A. Windows color (decimal): -10461496 or 13131360. OLE color: 13131360.

HSL color Cylindrical-coordinate representation of color #605EC8: hue angle of 241.13º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #605EC8 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 94 200 -
CMYK 0.52 0.53 0 0.22
HSL 241.13º 0.49% 0.58% -
HSV(B) 241.13º 0.53% 0.78% -
XYZ 19.25 14.66 56.46 -
YUV 106.68 180.66 120.38 -
System Red Green Blue C M Y K H S L
Decimal 96 94 200 0.52 0.53 0 0.22 241.13 0.49 0.58
Hex 60 5E C8 34 35 0 16 F1 31 3A
Octal 140 136 310 64 65 0 26 361 61 72
Binary 1100000 1011110 11001000 110100 110101 0 10110 11110001 110001 111010

Color Harmonies of #605EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605EC8

Black with #605EC8

Text Example


Text Example

White with #605EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605EC8; }

 p { color: rgb(96,94,200); }

 H1.HeaderClassName
 {
   color: #605EC8;
 }
 .AnyTagClassName
 {
   color: #605EC8;
 }
</style>

background-color css

<style>
 a { background-color: #605EC8; }

 a { background-color: rgb(96,94,200); }

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

border-color css

<style>
 span { border-color: #605EC8; }

 span { border-color: rgb(96,94,200); }

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