Html Css Color HEX #6F5DBB Blue Marguerite

📋 copy color: '#6F5DBB'

red 111 ◦ green 93 ◦ blue 187

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

Shades of Blue Marguerite #6F5DBB

Tints of Blue Marguerite #6F5DBB

RGB

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

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

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

R = 28.39%
G = 23.79%
B = 47.83%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F5DBB (or 0x6F5DBB) is known color: Blue Marguerite. HEX triplet: 6F, 5D and BB. RGB value is (111,93,187). Sum of RGB (Red+Green+Blue) = 111+93+187=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F5DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5DBB is #90A244. Grayscale: #6C6C6C. Windows color (decimal): -9478725 or 12279151. OLE color: 12279151.

HSL color Cylindrical-coordinate representation of color #6F5DBB: hue angle of 251.49º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F5DBB is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 93 187 -
CMYK 0.41 0.50 0 0.27
HSL 251.49º 0.41% 0.55% -
HSV(B) 251.49º 0.5% 0.73% -
XYZ 19.44 14.8 48.85 -
YUV 109.1 171.96 129.36 -
System Red Green Blue C M Y K H S L
Decimal 111 93 187 0.41 0.50 0 0.27 251.49 0.41 0.55
Hex 6F 5D BB 29 32 0 1B FB 29 37
Octal 157 135 273 51 62 0 33 373 51 67
Binary 1101111 1011101 10111011 101001 110010 0 11011 11111011 101001 110111

Color Harmonies of #6F5DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5DBB

Black with #6F5DBB

Text Example


Text Example

White with #6F5DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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