#635BA8

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

Shades of Blue Marguerite #635BA8

Tints of Blue Marguerite #635BA8

Color information

#635BA8 (or 0x635BA8) is unknown color: approx Blue Marguerite. HEX triplet: 63, 5B and A8. RGB value is (99,91,168). Sum of RGB (Red+Green+Blue) = 99+91+168=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 168 (66.02% from 255 or 46.93% from 358); Max value from RGB is 168 - color contains mainly: blue. Hex color #635BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635BA8 is #9CA457. Grayscale: #656565. Windows color (decimal): -10265688 or 11033443. OLE color: 11033443.

HSL color Cylindrical-coordinate representation of color #635BA8: hue angle of 246.23º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #635BA8 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9991168-
CMYK0.410.4600.34
HSL246.23º30.68%50.78%-
HSV(B)246.23º45.83%65.88%-
XYZ15.9512.9638.71-
YUV102.17165.15125.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.65%
GREEN value IS 91 (35.94% from 255) = 25.42%
BLUE value IS 168 (66.02% from 255) = 46.93%
R=27.65%
G=25.42%
B=46.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal99911680.410.4600.34246.2330.6850.78
Hex635BA8292E022f61f33
Octal14313325051560423663763
Binary110001110110111010100010100110111001000101111011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635BA8; }

 p { color: rgb(99,91,168); }

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

<style>
 a { background-color: #635BA8; }

 a { background-color: rgb(99,91,168); }

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

<style>
 span { border-color: #635BA8; }

 span { border-color: rgb(99,91,168); }

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