Html Css Color HEX #604CBF Slate Blue

📋 copy color: '#604CBF'

red 96 ◦ green 76 ◦ blue 191

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

Shades of Slate Blue #604CBF

Tints of Slate Blue #604CBF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.94%

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

R = 26.45%
G = 20.94%
B = 52.62%

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

#604CBF (or 0x604CBF) is known color: Slate Blue. HEX triplet: 60, 4C and BF. RGB value is (96,76,191). Sum of RGB (Red+Green+Blue) = 96+76+191=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #604CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604CBF is #9FB340. Grayscale: #5E5E5E. Windows color (decimal): -10466113 or 12536928. OLE color: 12536928.

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

Color convert

RGB 96 76 191 -
CMYK 0.50 0.60 0 0.25
HSL 250.43º 0.47% 0.52% -
HSV(B) 250.43º 0.6% 0.75% -
XYZ 16.81 11.42 50.61 -
YUV 95.09 182.13 128.65 -
System Red Green Blue C M Y K H S L
Decimal 96 76 191 0.50 0.60 0 0.25 250.43 0.47 0.52
Hex 60 4C BF 32 3C 0 19 FA 2F 34
Octal 140 114 277 62 74 0 31 372 57 64
Binary 1100000 1001100 10111111 110010 111100 0 11001 11111010 101111 110100

Color Harmonies of #604CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604CBF

Black with #604CBF

Text Example


Text Example

White with #604CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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