Html Css Color HEX #6760BD Blue Marguerite

📋 copy color: '#6760BD'

red 103 ◦ green 96 ◦ blue 189

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

Shades of Blue Marguerite #6760BD

Tints of Blue Marguerite #6760BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.71%

R = 26.55%
G = 24.74%
B = 48.71%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6760BD (or 0x6760BD) is known color: Blue Marguerite. HEX triplet: 67, 60 and BD. RGB value is (103,96,189). Sum of RGB (Red+Green+Blue) = 103+96+189=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #6760BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6760BD is #989F42. Grayscale: #6C6C6C. Windows color (decimal): -10002243 or 12410983. OLE color: 12410983.

HSL color Cylindrical-coordinate representation of color #6760BD: hue angle of 244.52º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6760BD is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 96 189 -
CMYK 0.46 0.49 0 0.26
HSL 244.52º 0.41% 0.56% -
HSV(B) 244.52º 0.49% 0.74% -
XYZ 18.96 14.92 50.03 -
YUV 108.7 173.32 123.94 -
System Red Green Blue C M Y K H S L
Decimal 103 96 189 0.46 0.49 0 0.26 244.52 0.41 0.56
Hex 67 60 BD 2E 31 0 1A F5 29 38
Octal 147 140 275 56 61 0 32 365 51 70
Binary 1100111 1100000 10111101 101110 110001 0 11010 11110101 101001 111000

Color Harmonies of #6760BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6760BD

Black with #6760BD

Text Example


Text Example

White with #6760BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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