Html Css Color HEX #6764A8 Blue Marguerite

📋 copy color: '#6764A8'

red 103 ◦ green 100 ◦ blue 168

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

Shades of Blue Marguerite #6764A8

Tints of Blue Marguerite #6764A8

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.95%

 BLUE value IS 168 (66.02% from 255) = 45.28%

R = 27.76%
G = 26.95%
B = 45.28%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#6764A8 (or 0x6764A8) is known color: Blue Marguerite. HEX triplet: 67, 64 and A8. RGB value is (103,100,168). Sum of RGB (Red+Green+Blue) = 103+100+168=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 168 - color contains mainly: blue. Hex color #6764A8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6764A8 is #989B57. Grayscale: #6C6C6C. Windows color (decimal): -10001240 or 11035751. OLE color: 11035751.

HSL color Cylindrical-coordinate representation of color #6764A8: hue angle of 242.65º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6764A8 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 103 100 168 -
CMYK 0.39 0.40 0 0.34
HSL 242.65º 0.28% 0.53% -
HSV(B) 242.65º 0.4% 0.66% -
XYZ 17.22 14.83 39 -
YUV 108.65 161.49 123.97 -
System Red Green Blue C M Y K H S L
Decimal 103 100 168 0.39 0.40 0 0.34 242.65 0.28 0.53
Hex 67 64 A8 27 28 0 22 F3 1C 35
Octal 147 144 250 47 50 0 42 363 34 65
Binary 1100111 1100100 10101000 100111 101000 0 100010 11110011 11100 110101

Color Harmonies of #6764A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6764A8

Black with #6764A8

Text Example


Text Example

White with #6764A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6764A8; }

 p { color: rgb(103,100,168); }

 H1.HeaderClassName
 {
   color: #6764A8;
 }
 .AnyTagClassName
 {
   color: #6764A8;
 }
</style>

background-color css

<style>
 a { background-color: #6764A8; }

 a { background-color: rgb(103,100,168); }

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

border-color css

<style>
 span { border-color: #6764A8; }

 span { border-color: rgb(103,100,168); }

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