Html Css Color HEX #6764AC Blue Marguerite

📋 copy color: '#6764AC'

red 103 ◦ green 100 ◦ blue 172

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

Shades of Blue Marguerite #6764AC

Tints of Blue Marguerite #6764AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.87%

R = 27.47%
G = 26.67%
B = 45.87%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6764AC (or 0x6764AC) is known color: Blue Marguerite. HEX triplet: 67, 64 and AC. RGB value is (103,100,172). Sum of RGB (Red+Green+Blue) = 103+100+172=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #6764AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6764AC is #989B53. Grayscale: #6C6C6C. Windows color (decimal): -10001236 or 11297895. OLE color: 11297895.

HSL color Cylindrical-coordinate representation of color #6764AC: hue angle of 242.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6764AC is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 100 172 -
CMYK 0.40 0.42 0 0.33
HSL 242.5º 0.3% 0.53% -
HSV(B) 242.5º 0.42% 0.67% -
XYZ 17.6 14.98 40.99 -
YUV 109.11 163.49 123.65 -
System Red Green Blue C M Y K H S L
Decimal 103 100 172 0.40 0.42 0 0.33 242.5 0.3 0.53
Hex 67 64 AC 28 2A 0 21 F2 1E 35
Octal 147 144 254 50 52 0 41 362 36 65
Binary 1100111 1100100 10101100 101000 101010 0 100001 11110010 11110 110101

Color Harmonies of #6764AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6764AC

Black with #6764AC

Text Example


Text Example

White with #6764AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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