Html Css Color HEX #6F5DB0 Blue Marguerite

📋 copy color: '#6F5DB0'

red 111 ◦ green 93 ◦ blue 176

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

Shades of Blue Marguerite #6F5DB0

Tints of Blue Marguerite #6F5DB0

RGB

 RED value IS 111 (43.75% from 255) = 29.21%

 GREEN value IS 93 (36.72% from 255) = 24.47%

 BLUE value IS 176 (69.14% from 255) = 46.32%

R = 29.21%
G = 24.47%
B = 46.32%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6F5DB0 (or 0x6F5DB0) is known color: Blue Marguerite. HEX triplet: 6F, 5D and B0. RGB value is (111,93,176). Sum of RGB (Red+Green+Blue) = 111+93+176=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 176 (69.14% from 255 or 46.32% from 380); Max value from RGB is 176 - color contains mainly: blue. Hex color #6F5DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5DB0 is #90A24F. Grayscale: #6B6B6B. Windows color (decimal): -9478736 or 11558255. OLE color: 11558255.

HSL color Cylindrical-coordinate representation of color #6F5DB0: hue angle of 253.01º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F5DB0 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 111 93 176 -
CMYK 0.37 0.47 0 0.31
HSL 253.01º 0.34% 0.53% -
HSV(B) 253.01º 0.47% 0.69% -
XYZ 18.31 14.34 42.88 -
YUV 107.84 166.46 130.25 -
System Red Green Blue C M Y K H S L
Decimal 111 93 176 0.37 0.47 0 0.31 253.01 0.34 0.53
Hex 6F 5D B0 25 2F 0 1F FD 22 35
Octal 157 135 260 45 57 0 37 375 42 65
Binary 1101111 1011101 10110000 100101 101111 0 11111 11111101 100010 110101

Color Harmonies of #6F5DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5DB0

Black with #6F5DB0

Text Example


Text Example

White with #6F5DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,93,176); }

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

background-color css

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

 a { background-color: rgb(111,93,176); }

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

border-color css

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

 span { border-color: rgb(111,93,176); }

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