Html Css Color HEX #6760BB Blue Marguerite

📋 copy color: '#6760BB'

red 103 ◦ green 96 ◦ blue 187

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

Shades of Blue Marguerite #6760BB

Tints of Blue Marguerite #6760BB

RGB

 RED value IS 103 (40.63% from 255) = 26.68%

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

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

R = 26.68%
G = 24.87%
B = 48.45%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6760BB (or 0x6760BB) is known color: Blue Marguerite. HEX triplet: 67, 60 and BB. RGB value is (103,96,187). Sum of RGB (Red+Green+Blue) = 103+96+187=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #6760BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6760BB is #989F44. Grayscale: #6C6C6C. Windows color (decimal): -10002245 or 12279911. OLE color: 12279911.

HSL color Cylindrical-coordinate representation of color #6760BB: hue angle of 244.62º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6760BB is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 96 187 -
CMYK 0.45 0.49 0 0.27
HSL 244.62º 0.4% 0.55% -
HSV(B) 244.62º 0.49% 0.73% -
XYZ 18.75 14.84 48.89 -
YUV 108.47 172.32 124.1 -
System Red Green Blue C M Y K H S L
Decimal 103 96 187 0.45 0.49 0 0.27 244.62 0.4 0.55
Hex 67 60 BB 2D 31 0 1B F5 28 37
Octal 147 140 273 55 61 0 33 365 50 67
Binary 1100111 1100000 10111011 101101 110001 0 11011 11110101 101000 110111

Color Harmonies of #6760BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6760BB

Black with #6760BB

Text Example


Text Example

White with #6760BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6760BB; }

 p { color: rgb(103,96,187); }

 H1.HeaderClassName
 {
   color: #6760BB;
 }
 .AnyTagClassName
 {
   color: #6760BB;
 }
</style>

background-color css

<style>
 a { background-color: #6760BB; }

 a { background-color: rgb(103,96,187); }

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

border-color css

<style>
 span { border-color: #6760BB; }

 span { border-color: rgb(103,96,187); }

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