#635CAA

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

Shades of Blue Marguerite #635CAA

Tints of Blue Marguerite #635CAA

Color information

#635CAA (or 0x635CAA) is unknown color: approx Blue Marguerite. HEX triplet: 63, 5C and AA. RGB value is (99,92,170). Sum of RGB (Red+Green+Blue) = 99+92+170=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #635CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635CAA is #9CA355. Grayscale: #666666. Windows color (decimal): -10265430 or 11164771. OLE color: 11164771.

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

Color convert

RGB9992170-
CMYK0.420.4600.33
HSL245.38º31.45%51.37%-
HSV(B)245.38º45.88%66.67%-
XYZ16.2313.2139.72-
YUV102.98165.82125.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.42%
GREEN value IS 92 (36.33% from 255) = 25.48%
BLUE value IS 170 (66.80% from 255) = 47.09%
R=27.42%
G=25.48%
B=47.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99921700.420.4600.33245.3831.4551.37
Hex635CAA2A2E021f51f33
Octal14313425252560413653763
Binary110001110111001010101010101010111001000011111010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,92,170); }

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

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

 a { background-color: rgb(99,92,170); }

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

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

 span { border-color: rgb(99,92,170); }

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