Html Css Color HEX #635BBB Blue Marguerite

📋 copy color: '#635BBB'

red 99 ◦ green 91 ◦ blue 187

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

Shades of Blue Marguerite #635BBB

Tints of Blue Marguerite #635BBB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.14%

 BLUE value IS 187 (73.44% from 255) = 49.6%

R = 26.26%
G = 24.14%
B = 49.6%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#635BBB (or 0x635BBB) is known color: Blue Marguerite. HEX triplet: 63, 5B and BB. RGB value is (99,91,187). Sum of RGB (Red+Green+Blue) = 99+91+187=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #635BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635BBB is #9CA444. Grayscale: #676767. Windows color (decimal): -10265669 or 12278627. OLE color: 12278627.

HSL color Cylindrical-coordinate representation of color #635BBB: hue angle of 245º 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 #635BBB is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 91 187 -
CMYK 0.47 0.51 0 0.27
HSL 245º 0.41% 0.55% -
HSV(B) 245º 0.51% 0.73% -
XYZ 17.86 13.72 48.72 -
YUV 104.34 174.65 124.19 -
System Red Green Blue C M Y K H S L
Decimal 99 91 187 0.47 0.51 0 0.27 245 0.41 0.55
Hex 63 5B BB 2F 33 0 1B F5 29 37
Octal 143 133 273 57 63 0 33 365 51 67
Binary 1100011 1011011 10111011 101111 110011 0 11011 11110101 101001 110111

Color Harmonies of #635BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635BBB

Black with #635BBB

Text Example


Text Example

White with #635BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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