#635FBE

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

Shades of Blue Marguerite #635FBE

Tints of Blue Marguerite #635FBE

Color information

#635FBE (or 0x635FBE) is unknown color: approx Blue Marguerite. HEX triplet: 63, 5F and BE. RGB value is (99,95,190). Sum of RGB (Red+Green+Blue) = 99+95+190=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #635FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635FBE is #9CA041. Grayscale: #6A6A6A. Windows color (decimal): -10264642 or 12476259. OLE color: 12476259.

HSL color Cylindrical-coordinate representation of color #635FBE: hue angle of 242.53º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #635FBE is Cyan = 0.48, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9995190-
CMYK0.480.500.25
HSL242.53º42.22%55.88%-
HSV(B)242.53º50%74.51%-
XYZ18.5314.5550.55-
YUV107.03174.83122.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.78%
GREEN value IS 95 (37.5% from 255) = 24.74%
BLUE value IS 190 (74.61% from 255) = 49.48%
R=25.78%
G=24.74%
B=49.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99951900.480.500.25242.5342.2255.88
Hex635FBE3032019f32a38
Octal14313727660620313635270
Binary110001110111111011111011000011001001100111110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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