Html Css Color HEX #6D60B4 Blue Marguerite

📋 copy color: '#6D60B4'

red 109 ◦ green 96 ◦ blue 180

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

Shades of Blue Marguerite #6D60B4

Tints of Blue Marguerite #6D60B4

RGB

 RED value IS 109 (42.97% from 255) = 28.31%

 GREEN value IS 96 (37.89% from 255) = 24.94%

 BLUE value IS 180 (70.7% from 255) = 46.75%

R = 28.31%
G = 24.94%
B = 46.75%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6D60B4 (or 0x6D60B4) is known color: Blue Marguerite. HEX triplet: 6D, 60 and B4. RGB value is (109,96,180). Sum of RGB (Red+Green+Blue) = 109+96+180=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #6D60B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D60B4 is #929F4B. Grayscale: #6D6D6D. Windows color (decimal): -9609036 or 11821165. OLE color: 11821165.

HSL color Cylindrical-coordinate representation of color #6D60B4: hue angle of 249.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D60B4 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 96 180 -
CMYK 0.39 0.47 0 0.29
HSL 249.29º 0.36% 0.54% -
HSV(B) 249.29º 0.47% 0.71% -
XYZ 18.73 14.91 45.07 -
YUV 109.46 167.81 127.67 -
System Red Green Blue C M Y K H S L
Decimal 109 96 180 0.39 0.47 0 0.29 249.29 0.36 0.54
Hex 6D 60 B4 27 2F 0 1D F9 24 36
Octal 155 140 264 47 57 0 35 371 44 66
Binary 1101101 1100000 10110100 100111 101111 0 11101 11111001 100100 110110

Color Harmonies of #6D60B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D60B4

Black with #6D60B4

Text Example


Text Example

White with #6D60B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D60B4; }

 p { color: rgb(109,96,180); }

 H1.HeaderClassName
 {
   color: #6D60B4;
 }
 .AnyTagClassName
 {
   color: #6D60B4;
 }
</style>

background-color css

<style>
 a { background-color: #6D60B4; }

 a { background-color: rgb(109,96,180); }

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

border-color css

<style>
 span { border-color: #6D60B4; }

 span { border-color: rgb(109,96,180); }

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