Html Css Color HEX #6F60BA Blue Marguerite

📋 copy color: '#6F60BA'

red 111 ◦ green 96 ◦ blue 186

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

Shades of Blue Marguerite #6F60BA

Tints of Blue Marguerite #6F60BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 28.24%
G = 24.43%
B = 47.33%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F60BA (or 0x6F60BA) is known color: Blue Marguerite. HEX triplet: 6F, 60 and BA. RGB value is (111,96,186). Sum of RGB (Red+Green+Blue) = 111+96+186=393 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.24% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F60BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F60BA is #909F45. Grayscale: #6E6E6E. Windows color (decimal): -9477958 or 12214383. OLE color: 12214383.

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

Color convert

RGB 111 96 186 -
CMYK 0.40 0.48 0 0.27
HSL 250º 0.39% 0.55% -
HSV(B) 250º 0.48% 0.73% -
XYZ 19.6 15.29 48.37 -
YUV 110.75 170.47 128.18 -
System Red Green Blue C M Y K H S L
Decimal 111 96 186 0.40 0.48 0 0.27 250 0.39 0.55
Hex 6F 60 BA 28 30 0 1B FA 27 37
Octal 157 140 272 50 60 0 33 372 47 67
Binary 1101111 1100000 10111010 101000 110000 0 11011 11111010 100111 110111

Color Harmonies of #6F60BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F60BA

Black with #6F60BA

Text Example


Text Example

White with #6F60BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,96,186); }

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

background-color css

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

 a { background-color: rgb(111,96,186); }

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

border-color css

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

 span { border-color: rgb(111,96,186); }

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