Html Css Color HEX #6764AF Blue Marguerite

📋 copy color: '#6764AF'

red 103 ◦ green 100 ◦ blue 175

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

Shades of Blue Marguerite #6764AF

Tints of Blue Marguerite #6764AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.3%

R = 27.25%
G = 26.46%
B = 46.3%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6764AF (or 0x6764AF) is known color: Blue Marguerite. HEX triplet: 67, 64 and AF. RGB value is (103,100,175). Sum of RGB (Red+Green+Blue) = 103+100+175=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #6764AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6764AF is #989B50. Grayscale: #6D6D6D. Windows color (decimal): -10001233 or 11494503. OLE color: 11494503.

HSL color Cylindrical-coordinate representation of color #6764AF: hue angle of 242.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6764AF is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 103 100 175 -
CMYK 0.41 0.43 0 0.31
HSL 242.4º 0.32% 0.54% -
HSV(B) 242.4º 0.43% 0.69% -
XYZ 17.89 15.09 42.53 -
YUV 109.45 164.99 123.4 -
System Red Green Blue C M Y K H S L
Decimal 103 100 175 0.41 0.43 0 0.31 242.4 0.32 0.54
Hex 67 64 AF 29 2B 0 1F F2 20 36
Octal 147 144 257 51 53 0 37 362 40 66
Binary 1100111 1100100 10101111 101001 101011 0 11111 11110010 100000 110110

Color Harmonies of #6764AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6764AF

Black with #6764AF

Text Example


Text Example

White with #6764AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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