#634BAF

Color #634BAF Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #634BAF

Tints of Blue Marguerite #634BAF

Color information

#634BAF (or 0x634BAF) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4B and AF. RGB value is (99,75,175). Sum of RGB (Red+Green+Blue) = 99+75+175=349 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.37% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #634BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634BAF is #9CB450. Grayscale: #5D5D5D. Windows color (decimal): -10269777 or 11488099. OLE color: 11488099.

HSL color Cylindrical-coordinate representation of color #634BAF: hue angle of 254.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #634BAF is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9975175-
CMYK0.430.5700.31
HSL254.4º40%49.02%-
HSV(B)254.4º57.14%68.63%-
XYZ15.410.7841.83-
YUV93.58173.95131.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.37%
GREEN value IS 75 (29.69% from 255) = 21.49%
BLUE value IS 175 (68.75% from 255) = 50.14%
R=28.37%
G=21.49%
B=50.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal99751750.430.5700.31254.44049.02
Hex634BAF2B3901Ffe2831
Octal14311325753710373765061
Binary110001110010111010111110101111100101111111111110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634BAF; }

 p { color: rgb(99,75,175); }

 H1.HeaderClassName
 {
   color: #634BAF;
 }
 .AnyTagClassName
 {
   color: #634BAF;
 }
</style>
background-color css

<style>
 a { background-color: #634BAF; }

 a { background-color: rgb(99,75,175); }

 div.DivClassName
 {
   background-color: #634BAF;
 }
 .BgClassName
 {
   background-color: #634BAF;
 }
</style>
border-color css

<style>
 span { border-color: #634BAF; }

 span { border-color: rgb(99,75,175); }

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