#635CBB

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

Shades of Blue Marguerite #635CBB

Tints of Blue Marguerite #635CBB

Color information

#635CBB (or 0x635CBB) is unknown color: approx Blue Marguerite. HEX triplet: 63, 5C and BB. RGB value is (99,92,187). Sum of RGB (Red+Green+Blue) = 99+92+187=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #635CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635CBB is #9CA344. Grayscale: #686868. Windows color (decimal): -10265413 or 12278883. OLE color: 12278883.

HSL color Cylindrical-coordinate representation of color #635CBB: hue angle of 244.42º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #635CBB is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9992187-
CMYK0.470.5100.27
HSL244.42º41.13%54.71%-
HSV(B)244.42º50.8%73.33%-
XYZ17.9413.8948.75-
YUV104.92174.32123.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.19%
GREEN value IS 92 (36.33% from 255) = 24.34%
BLUE value IS 187 (73.44% from 255) = 49.47%
R=26.19%
G=24.34%
B=49.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99921870.470.5100.27244.4241.1354.71
Hex635CBB2F3301Bf42937
Octal14313427357630333645167
Binary110001110111001011101110111111001101101111110100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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