Html Css Color HEX #6150B3 Blue Marguerite

📋 copy color: '#6150B3'

red 97 ◦ green 80 ◦ blue 179

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

Shades of Blue Marguerite #6150B3

Tints of Blue Marguerite #6150B3

RGB

 RED value IS 97 (38.28% from 255) = 27.25%

 GREEN value IS 80 (31.64% from 255) = 22.47%

 BLUE value IS 179 (70.31% from 255) = 50.28%

R = 27.25%
G = 22.47%
B = 50.28%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6150B3 (or 0x6150B3) is known color: Blue Marguerite. HEX triplet: 61, 50 and B3. RGB value is (97,80,179). Sum of RGB (Red+Green+Blue) = 97+80+179=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 179 (70.31% from 255 or 50.28% from 356); Max value from RGB is 179 - color contains mainly: blue. Hex color #6150B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6150B3 is #9EAF4C. Grayscale: #5F5F5F. Windows color (decimal): -10399565 or 11751521. OLE color: 11751521.

HSL color Cylindrical-coordinate representation of color #6150B3: hue angle of 250.3º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6150B3 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 97 80 179 -
CMYK 0.46 0.55 0 0.30
HSL 250.3º 0.39% 0.51% -
HSV(B) 250.3º 0.55% 0.7% -
XYZ 15.94 11.53 44.03 -
YUV 96.37 174.63 128.45 -
System Red Green Blue C M Y K H S L
Decimal 97 80 179 0.46 0.55 0 0.30 250.3 0.39 0.51
Hex 61 50 B3 2E 37 0 1E FA 27 33
Octal 141 120 263 56 67 0 36 372 47 63
Binary 1100001 1010000 10110011 101110 110111 0 11110 11111010 100111 110011

Color Harmonies of #6150B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6150B3

Black with #6150B3

Text Example


Text Example

White with #6150B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6150B3; }

 p { color: rgb(97,80,179); }

 H1.HeaderClassName
 {
   color: #6150B3;
 }
 .AnyTagClassName
 {
   color: #6150B3;
 }
</style>

background-color css

<style>
 a { background-color: #6150B3; }

 a { background-color: rgb(97,80,179); }

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

border-color css

<style>
 span { border-color: #6150B3; }

 span { border-color: rgb(97,80,179); }

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