Html Css Color HEX #6763B3 Blue Marguerite

📋 copy color: '#6763B3'

red 103 ◦ green 99 ◦ blue 179

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

Shades of Blue Marguerite #6763B3

Tints of Blue Marguerite #6763B3

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.98%

 BLUE value IS 179 (70.31% from 255) = 46.98%

R = 27.03%
G = 25.98%
B = 46.98%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6763B3 (or 0x6763B3) is known color: Blue Marguerite. HEX triplet: 67, 63 and B3. RGB value is (103,99,179). Sum of RGB (Red+Green+Blue) = 103+99+179=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 179 (70.31% from 255 or 46.98% from 381); Max value from RGB is 179 - color contains mainly: blue. Hex color #6763B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6763B3 is #989C4C. Grayscale: #6D6D6D. Windows color (decimal): -10001485 or 11756391. OLE color: 11756391.

HSL color Cylindrical-coordinate representation of color #6763B3: hue angle of 243º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6763B3 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 103 99 179 -
CMYK 0.42 0.45 0 0.30
HSL 243º 0.34% 0.55% -
HSV(B) 243º 0.45% 0.7% -
XYZ 18.19 15.06 44.6 -
YUV 109.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 103 99 179 0.42 0.45 0 0.30 243 0.34 0.55
Hex 67 63 B3 2A 2D 0 1E F3 22 37
Octal 147 143 263 52 55 0 36 363 42 67
Binary 1100111 1100011 10110011 101010 101101 0 11110 11110011 100010 110111

Color Harmonies of #6763B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6763B3

Black with #6763B3

Text Example


Text Example

White with #6763B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6763B3; }

 p { color: rgb(103,99,179); }

 H1.HeaderClassName
 {
   color: #6763B3;
 }
 .AnyTagClassName
 {
   color: #6763B3;
 }
</style>

background-color css

<style>
 a { background-color: #6763B3; }

 a { background-color: rgb(103,99,179); }

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

border-color css

<style>
 span { border-color: #6763B3; }

 span { border-color: rgb(103,99,179); }

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