Html Css Color HEX #604FE6 Slate Blue

📋 copy color: '#604FE6'

red 96 ◦ green 79 ◦ blue 230

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

Shades of Slate Blue #604FE6

Tints of Slate Blue #604FE6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.51%

 BLUE value IS 230 (90.23% from 255) = 56.79%

R = 23.7%
G = 19.51%
B = 56.79%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#604FE6 (or 0x604FE6) is known color: Slate Blue. HEX triplet: 60, 4F and E6. RGB value is (96,79,230). Sum of RGB (Red+Green+Blue) = 96+79+230=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 230 (90.23% from 255 or 56.79% from 405); Max value from RGB is 230 - color contains mainly: blue. Hex color #604FE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #604FE6 is #9FB019. Grayscale: #646464. Windows color (decimal): -10465306 or 15093600. OLE color: 15093600.

HSL color Cylindrical-coordinate representation of color #604FE6: hue angle of 246.75º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #604FE6 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 96 79 230 -
CMYK 0.58 0.66 0 0.10
HSL 246.76º 0.75% 0.61% -
HSV(B) 246.76º 0.66% 0.9% -
XYZ 21.9 13.79 76.37 -
YUV 101.3 200.63 124.22 -
System Red Green Blue C M Y K H S L
Decimal 96 79 230 0.58 0.66 0 0.10 246.76 0.75 0.61
Hex 60 4F E6 3A 42 0 A F7 4B 3D
Octal 140 117 346 72 102 0 12 367 113 75
Binary 1100000 1001111 11100110 111010 1000010 0 1010 11110111 1001011 111101

Color Harmonies of #604FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604FE6

Black with #604FE6

Text Example


Text Example

White with #604FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604FE6; }

 p { color: rgb(96,79,230); }

 H1.HeaderClassName
 {
   color: #604FE6;
 }
 .AnyTagClassName
 {
   color: #604FE6;
 }
</style>

background-color css

<style>
 a { background-color: #604FE6; }

 a { background-color: rgb(96,79,230); }

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

border-color css

<style>
 span { border-color: #604FE6; }

 span { border-color: rgb(96,79,230); }

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