Html Css Color HEX #604FE8 Slate Blue

📋 copy color: '#604FE8'

red 96 ◦ green 79 ◦ blue 232

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

Shades of Slate Blue #604FE8

Tints of Slate Blue #604FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 57%

R = 23.59%
G = 19.41%
B = 57%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#604FE8 (or 0x604FE8) is known color: Slate Blue. HEX triplet: 60, 4F and E8. RGB value is (96,79,232). Sum of RGB (Red+Green+Blue) = 96+79+232=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 232 (91.02% from 255 or 57.00% from 407); Max value from RGB is 232 - color contains mainly: blue. Hex color #604FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #604FE8 is #9FB017. Grayscale: #646464. Windows color (decimal): -10465304 or 15224672. OLE color: 15224672.

HSL color Cylindrical-coordinate representation of color #604FE8: hue angle of 246.67º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #604FE8 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 96 79 232 -
CMYK 0.59 0.66 0 0.09
HSL 246.67º 0.77% 0.61% -
HSV(B) 246.67º 0.66% 0.91% -
XYZ 22.19 13.9 77.86 -
YUV 101.53 201.63 124.06 -
System Red Green Blue C M Y K H S L
Decimal 96 79 232 0.59 0.66 0 0.09 246.67 0.77 0.61
Hex 60 4F E8 3B 42 0 9 F7 4D 3D
Octal 140 117 350 73 102 0 11 367 115 75
Binary 1100000 1001111 11101000 111011 1000010 0 1001 11110111 1001101 111101

Color Harmonies of #604FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604FE8

Black with #604FE8

Text Example


Text Example

White with #604FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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