Html Css Color HEX #6763BB Blue Marguerite

📋 copy color: '#6763BB'

red 103 ◦ green 99 ◦ blue 187

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

Shades of Blue Marguerite #6763BB

Tints of Blue Marguerite #6763BB

RGB

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

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

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

R = 26.48%
G = 25.45%
B = 48.07%

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

#6763BB (or 0x6763BB) is known color: Blue Marguerite. HEX triplet: 67, 63 and BB. RGB value is (103,99,187). Sum of RGB (Red+Green+Blue) = 103+99+187=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #6763BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6763BB is #989C44. Grayscale: #6D6D6D. Windows color (decimal): -10001477 or 12280679. OLE color: 12280679.

HSL color Cylindrical-coordinate representation of color #6763BB: hue angle of 242.73º 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 #6763BB is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 99 187 -
CMYK 0.45 0.47 0 0.27
HSL 242.73º 0.39% 0.56% -
HSV(B) 242.73º 0.47% 0.73% -
XYZ 19.03 15.4 48.98 -
YUV 110.23 171.33 122.84 -
System Red Green Blue C M Y K H S L
Decimal 103 99 187 0.45 0.47 0 0.27 242.73 0.39 0.56
Hex 67 63 BB 2D 2F 0 1B F3 27 38
Octal 147 143 273 55 57 0 33 363 47 70
Binary 1100111 1100011 10111011 101101 101111 0 11011 11110011 100111 111000

Color Harmonies of #6763BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6763BB

Black with #6763BB

Text Example


Text Example

White with #6763BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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