Html Css Color HEX #635FB9 Blue Marguerite

📋 copy color: '#635FB9'

red 99 ◦ green 95 ◦ blue 185

#635FB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #635FB9

Tints of Blue Marguerite #635FB9

RGB

 RED value IS 99 (39.06% from 255) = 26.12%

 GREEN value IS 95 (37.5% from 255) = 25.07%

 BLUE value IS 185 (72.66% from 255) = 48.81%

R = 26.12%
G = 25.07%
B = 48.81%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#635FB9 (or 0x635FB9) is known color: Blue Marguerite. HEX triplet: 63, 5F and B9. RGB value is (99,95,185). Sum of RGB (Red+Green+Blue) = 99+95+185=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #635FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635FB9 is #9CA046. Grayscale: #6A6A6A. Windows color (decimal): -10264647 or 12148579. OLE color: 12148579.

HSL color Cylindrical-coordinate representation of color #635FB9: hue angle of 242.67º degrees, saturation: 0.39, 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 #635FB9 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 95 185 -
CMYK 0.46 0.49 0 0.27
HSL 242.67º 0.39% 0.55% -
HSV(B) 242.67º 0.49% 0.73% -
XYZ 17.99 14.34 47.72 -
YUV 106.46 172.33 122.68 -
System Red Green Blue C M Y K H S L
Decimal 99 95 185 0.46 0.49 0 0.27 242.67 0.39 0.55
Hex 63 5F B9 2E 31 0 1B F3 27 37
Octal 143 137 271 56 61 0 33 363 47 67
Binary 1100011 1011111 10111001 101110 110001 0 11011 11110011 100111 110111

Color Harmonies of #635FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635FB9

Black with #635FB9

Text Example


Text Example

White with #635FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #635FB9;
 }
 .AnyTagClassName
 {
   color: #635FB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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