#635BAC

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

Shades of Blue Marguerite #635BAC

Tints of Blue Marguerite #635BAC

Color information

#635BAC (or 0x635BAC) is unknown color: approx Blue Marguerite. HEX triplet: 63, 5B and AC. RGB value is (99,91,172). Sum of RGB (Red+Green+Blue) = 99+91+172=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #635BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635BAC is #9CA453. Grayscale: #666666. Windows color (decimal): -10265684 or 11295587. OLE color: 11295587.

HSL color Cylindrical-coordinate representation of color #635BAC: hue angle of 245.93º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #635BAC is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9991172-
CMYK0.420.4700.33
HSL245.93º32.79%51.57%-
HSV(B)245.93º47.09%67.45%-
XYZ16.3313.1140.7-
YUV102.63167.15125.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.35%
GREEN value IS 91 (35.94% from 255) = 25.14%
BLUE value IS 172 (67.58% from 255) = 47.51%
R=27.35%
G=25.14%
B=47.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99911720.420.4700.33245.9332.7951.57
Hex635BAC2A2F021f62134
Octal14313325452570413664164
Binary1100011101101110101100101010101111010000111110110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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