Html Css Color HEX #6763B2 Blue Marguerite

📋 copy color: '#6763B2'

red 103 ◦ green 99 ◦ blue 178

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

Shades of Blue Marguerite #6763B2

Tints of Blue Marguerite #6763B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.84%

R = 27.11%
G = 26.05%
B = 46.84%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6763B2 (or 0x6763B2) is known color: Blue Marguerite. HEX triplet: 67, 63 and B2. RGB value is (103,99,178). Sum of RGB (Red+Green+Blue) = 103+99+178=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 178 (69.92% from 255 or 46.84% from 380); Max value from RGB is 178 - color contains mainly: blue. Hex color #6763B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6763B2 is #989C4D. Grayscale: #6C6C6C. Windows color (decimal): -10001486 or 11690855. OLE color: 11690855.

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

Color convert

RGB 103 99 178 -
CMYK 0.42 0.44 0 0.30
HSL 243.04º 0.34% 0.54% -
HSV(B) 243.04º 0.44% 0.7% -
XYZ 18.09 15.02 44.07 -
YUV 109.2 166.83 123.58 -
System Red Green Blue C M Y K H S L
Decimal 103 99 178 0.42 0.44 0 0.30 243.04 0.34 0.54
Hex 67 63 B2 2A 2C 0 1E F3 22 36
Octal 147 143 262 52 54 0 36 363 42 66
Binary 1100111 1100011 10110010 101010 101100 0 11110 11110011 100010 110110

Color Harmonies of #6763B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6763B2

Black with #6763B2

Text Example


Text Example

White with #6763B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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