#634bbc

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

Shades of Blue Marguerite #634BBC

Tints of Blue Marguerite #634BBC

Color information

#634BBC (or 0x634BBC) is unknown color: approx Blue Marguerite. HEX triplet: 63, 4B and BC. RGB value is (99,75,188). Sum of RGB (Red+Green+Blue) = 99+75+188=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #634BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634BBC is #9CB443. Grayscale: #5E5E5E. Windows color (decimal): -10269764 or 12340067. OLE color: 12340067.

HSL color Cylindrical-coordinate representation of color #634BBC: hue angle of 252.74º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #634BBC is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9975188-
CMYK0.470.6000.26
HSL252.74º45.75%51.57%-
HSV(B)252.74º60.11%73.73%-
XYZ16.7411.3248.88-
YUV95.06180.45130.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.35%
GREEN value IS 75 (29.69% from 255) = 20.72%
BLUE value IS 188 (73.83% from 255) = 51.93%
R=27.35%
G=20.72%
B=51.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal99751880.470.6000.26252.7445.7551.57
Hex634BBC2F3C01Afd2e34
Octal14311327457740323755664
Binary110001110010111011110010111111110001101011111101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634bbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634bbc; }

 p { color: rgb(99,75,188); }

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

<style>
 a { background-color: #634bbc; }

 a { background-color: rgb(99,75,188); }

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

<style>
 span { border-color: #634bbc; }

 span { border-color: rgb(99,75,188); }

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