Html Css Color HEX #605BC8 Slate Blue

📋 copy color: '#605BC8'

red 96 ◦ green 91 ◦ blue 200

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

Shades of Slate Blue #605BC8

Tints of Slate Blue #605BC8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.51%

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

R = 24.81%
G = 23.51%
B = 51.68%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#605BC8 (or 0x605BC8) is known color: Slate Blue. HEX triplet: 60, 5B and C8. RGB value is (96,91,200). Sum of RGB (Red+Green+Blue) = 96+91+200=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 200 (78.52% from 255 or 51.68% from 387); Max value from RGB is 200 - color contains mainly: blue. Hex color #605BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605BC8 is #9FA437. Grayscale: #686868. Windows color (decimal): -10462264 or 13130592. OLE color: 13130592.

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

Color convert

RGB 96 91 200 -
CMYK 0.52 0.54 0 0.22
HSL 242.75º 0.5% 0.57% -
HSV(B) 242.75º 0.55% 0.78% -
XYZ 18.99 14.14 56.37 -
YUV 104.92 181.66 121.64 -
System Red Green Blue C M Y K H S L
Decimal 96 91 200 0.52 0.54 0 0.22 242.75 0.5 0.57
Hex 60 5B C8 34 36 0 16 F3 32 39
Octal 140 133 310 64 66 0 26 363 62 71
Binary 1100000 1011011 11001000 110100 110110 0 10110 11110011 110010 111001

Color Harmonies of #605BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605BC8

Black with #605BC8

Text Example


Text Example

White with #605BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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