Html Css Color HEX #604DBB Blue Marguerite

📋 copy color: '#604DBB'

red 96 ◦ green 77 ◦ blue 187

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

Shades of Blue Marguerite #604DBB

Tints of Blue Marguerite #604DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.94%

R = 26.67%
G = 21.39%
B = 51.94%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#604DBB (or 0x604DBB) is known color: Blue Marguerite. HEX triplet: 60, 4D and BB. RGB value is (96,77,187). Sum of RGB (Red+Green+Blue) = 96+77+187=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #604DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604DBB is #9FB244. Grayscale: #5E5E5E. Windows color (decimal): -10465861 or 12275040. OLE color: 12275040.

HSL color Cylindrical-coordinate representation of color #604DBB: hue angle of 250.36º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #604DBB is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 77 187 -
CMYK 0.49 0.59 0 0.27
HSL 250.36º 0.45% 0.52% -
HSV(B) 250.36º 0.59% 0.73% -
XYZ 16.45 11.38 48.34 -
YUV 95.22 179.79 128.56 -
System Red Green Blue C M Y K H S L
Decimal 96 77 187 0.49 0.59 0 0.27 250.36 0.45 0.52
Hex 60 4D BB 31 3B 0 1B FA 2D 34
Octal 140 115 273 61 73 0 33 372 55 64
Binary 1100000 1001101 10111011 110001 111011 0 11011 11111010 101101 110100

Color Harmonies of #604DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604DBB

Black with #604DBB

Text Example


Text Example

White with #604DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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