Html Css Color HEX #6758AA Blue Marguerite

📋 copy color: '#6758AA'

red 103 ◦ green 88 ◦ blue 170

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

Shades of Blue Marguerite #6758AA

Tints of Blue Marguerite #6758AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.38%

 BLUE value IS 170 (66.8% from 255) = 47.09%

R = 28.53%
G = 24.38%
B = 47.09%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6758AA (or 0x6758AA) is known color: Blue Marguerite. HEX triplet: 67, 58 and AA. RGB value is (103,88,170). Sum of RGB (Red+Green+Blue) = 103+88+170=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #6758AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6758AA is #98A755. Grayscale: #656565. Windows color (decimal): -10004310 or 11163751. OLE color: 11163751.

HSL color Cylindrical-coordinate representation of color #6758AA: hue angle of 250.98º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6758AA is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 88 170 -
CMYK 0.39 0.48 0 0.33
HSL 250.98º 0.33% 0.51% -
HSV(B) 250.98º 0.48% 0.67% -
XYZ 16.34 12.77 39.63 -
YUV 101.83 166.47 128.83 -
System Red Green Blue C M Y K H S L
Decimal 103 88 170 0.39 0.48 0 0.33 250.98 0.33 0.51
Hex 67 58 AA 27 30 0 21 FB 21 33
Octal 147 130 252 47 60 0 41 373 41 63
Binary 1100111 1011000 10101010 100111 110000 0 100001 11111011 100001 110011

Color Harmonies of #6758AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6758AA

Black with #6758AA

Text Example


Text Example

White with #6758AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6758AA; }

 p { color: rgb(103,88,170); }

 H1.HeaderClassName
 {
   color: #6758AA;
 }
 .AnyTagClassName
 {
   color: #6758AA;
 }
</style>

background-color css

<style>
 a { background-color: #6758AA; }

 a { background-color: rgb(103,88,170); }

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

border-color css

<style>
 span { border-color: #6758AA; }

 span { border-color: rgb(103,88,170); }

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