#635FBB

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

Shades of Blue Marguerite #635FBB

Tints of Blue Marguerite #635FBB

Color information

#635FBB (or 0x635FBB) is unknown color: approx Blue Marguerite. HEX triplet: 63, 5F and BB. RGB value is (99,95,187). Sum of RGB (Red+Green+Blue) = 99+95+187=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #635FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635FBB is #9CA044. Grayscale: #6A6A6A. Windows color (decimal): -10264645 or 12279651. OLE color: 12279651.

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

Color convert

RGB9995187-
CMYK0.470.4900.27
HSL242.61º40.35%55.29%-
HSV(B)242.61º49.2%73.33%-
XYZ18.2114.4248.84-
YUV106.68173.33122.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.98%
GREEN value IS 95 (37.5% from 255) = 24.93%
BLUE value IS 187 (73.44% from 255) = 49.08%
R=25.98%
G=24.93%
B=49.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal99951870.470.4900.27242.6140.3555.29
Hex635FBB2F3101Bf32837
Octal14313727357610333635067
Binary110001110111111011101110111111000101101111110011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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