Html Css Color HEX #6764BB Blue Marguerite

📋 copy color: '#6764BB'

red 103 ◦ green 100 ◦ blue 187

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

Shades of Blue Marguerite #6764BB

Tints of Blue Marguerite #6764BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 26.41%
G = 25.64%
B = 47.95%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6764BB (or 0x6764BB) is known color: Blue Marguerite. HEX triplet: 67, 64 and BB. RGB value is (103,100,187). Sum of RGB (Red+Green+Blue) = 103+100+187=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #6764BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6764BB is #989B44. Grayscale: #6E6E6E. Windows color (decimal): -10001221 or 12280935. OLE color: 12280935.

HSL color Cylindrical-coordinate representation of color #6764BB: hue angle of 242.07º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6764BB is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 100 187 -
CMYK 0.45 0.47 0 0.27
HSL 242.07º 0.39% 0.56% -
HSV(B) 242.07º 0.47% 0.73% -
XYZ 19.12 15.59 49.01 -
YUV 110.82 170.99 122.43 -
System Red Green Blue C M Y K H S L
Decimal 103 100 187 0.45 0.47 0 0.27 242.07 0.39 0.56
Hex 67 64 BB 2D 2F 0 1B F2 27 38
Octal 147 144 273 55 57 0 33 362 47 70
Binary 1100111 1100100 10111011 101101 101111 0 11011 11110010 100111 111000

Color Harmonies of #6764BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6764BB

Black with #6764BB

Text Example


Text Example

White with #6764BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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