Html Css Color HEX #6461BB Blue Marguerite

📋 copy color: '#6461BB'

red 100 ◦ green 97 ◦ blue 187

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

Shades of Blue Marguerite #6461BB

Tints of Blue Marguerite #6461BB

RGB

 RED value IS 100 (39.45% from 255) = 26.04%

 GREEN value IS 97 (38.28% from 255) = 25.26%

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

R = 26.04%
G = 25.26%
B = 48.7%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6461BB (or 0x6461BB) is known color: Blue Marguerite. HEX triplet: 64, 61 and BB. RGB value is (100,97,187). Sum of RGB (Red+Green+Blue) = 100+97+187=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #6461BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6461BB is #9B9E44. Grayscale: #6B6B6B. Windows color (decimal): -10198597 or 12280164. OLE color: 12280164.

HSL color Cylindrical-coordinate representation of color #6461BB: hue angle of 242º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6461BB is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 97 187 -
CMYK 0.47 0.48 0 0.27
HSL 242º 0.4% 0.56% -
HSV(B) 242º 0.48% 0.73% -
XYZ 18.5 14.85 48.9 -
YUV 108.16 172.49 122.18 -
System Red Green Blue C M Y K H S L
Decimal 100 97 187 0.47 0.48 0 0.27 242 0.4 0.56
Hex 64 61 BB 2F 30 0 1B F2 28 38
Octal 144 141 273 57 60 0 33 362 50 70
Binary 1100100 1100001 10111011 101111 110000 0 11011 11110010 101000 111000

Color Harmonies of #6461BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6461BB

Black with #6461BB

Text Example


Text Example

White with #6461BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6461BB; }

 p { color: rgb(100,97,187); }

 H1.HeaderClassName
 {
   color: #6461BB;
 }
 .AnyTagClassName
 {
   color: #6461BB;
 }
</style>

background-color css

<style>
 a { background-color: #6461BB; }

 a { background-color: rgb(100,97,187); }

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

border-color css

<style>
 span { border-color: #6461BB; }

 span { border-color: rgb(100,97,187); }

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