Html Css Color HEX #6F5DAB Blue Marguerite

📋 copy color: '#6F5DAB'

red 111 ◦ green 93 ◦ blue 171

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

Shades of Blue Marguerite #6F5DAB

Tints of Blue Marguerite #6F5DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 29.6%
G = 24.8%
B = 45.6%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F5DAB (or 0x6F5DAB) is known color: Blue Marguerite. HEX triplet: 6F, 5D and AB. RGB value is (111,93,171). Sum of RGB (Red+Green+Blue) = 111+93+171=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F5DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5DAB is #90A254. Grayscale: #6A6A6A. Windows color (decimal): -9478741 or 11230575. OLE color: 11230575.

HSL color Cylindrical-coordinate representation of color #6F5DAB: hue angle of 253.85º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F5DAB is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 93 171 -
CMYK 0.35 0.46 0 0.33
HSL 253.85º 0.32% 0.52% -
HSV(B) 253.85º 0.46% 0.67% -
XYZ 17.82 14.15 40.32 -
YUV 107.27 163.96 130.66 -
System Red Green Blue C M Y K H S L
Decimal 111 93 171 0.35 0.46 0 0.33 253.85 0.32 0.52
Hex 6F 5D AB 23 2E 0 21 FE 20 34
Octal 157 135 253 43 56 0 41 376 40 64
Binary 1101111 1011101 10101011 100011 101110 0 100001 11111110 100000 110100

Color Harmonies of #6F5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5DAB

Black with #6F5DAB

Text Example


Text Example

White with #6F5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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