Html Css Color HEX #604DBF Slate Blue

📋 copy color: '#604DBF'

red 96 ◦ green 77 ◦ blue 191

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

Shades of Slate Blue #604DBF

Tints of Slate Blue #604DBF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.15%

 BLUE value IS 191 (75% from 255) = 52.47%

R = 26.37%
G = 21.15%
B = 52.47%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#604DBF (or 0x604DBF) is known color: Slate Blue. HEX triplet: 60, 4D and BF. RGB value is (96,77,191). Sum of RGB (Red+Green+Blue) = 96+77+191=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #604DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604DBF is #9FB240. Grayscale: #5F5F5F. Windows color (decimal): -10465857 or 12537184. OLE color: 12537184.

HSL color Cylindrical-coordinate representation of color #604DBF: hue angle of 250º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #604DBF is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 77 191 -
CMYK 0.50 0.60 0 0.25
HSL 250º 0.47% 0.53% -
HSV(B) 250º 0.6% 0.75% -
XYZ 16.88 11.56 50.63 -
YUV 95.68 181.79 128.23 -
System Red Green Blue C M Y K H S L
Decimal 96 77 191 0.50 0.60 0 0.25 250 0.47 0.53
Hex 60 4D BF 32 3C 0 19 FA 2F 35
Octal 140 115 277 62 74 0 31 372 57 65
Binary 1100000 1001101 10111111 110010 111100 0 11001 11111010 101111 110101

Color Harmonies of #604DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604DBF

Black with #604DBF

Text Example


Text Example

White with #604DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,77,191); }

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

background-color css

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

 a { background-color: rgb(96,77,191); }

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

border-color css

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

 span { border-color: rgb(96,77,191); }

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