Html Css Color HEX #635BBA Blue Marguerite

📋 copy color: '#635BBA'

red 99 ◦ green 91 ◦ blue 186

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

Shades of Blue Marguerite #635BBA

Tints of Blue Marguerite #635BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 26.33%
G = 24.2%
B = 49.47%

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

#635BBA (or 0x635BBA) is known color: Blue Marguerite. HEX triplet: 63, 5B and BA. RGB value is (99,91,186). Sum of RGB (Red+Green+Blue) = 99+91+186=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #635BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635BBA is #9CA445. Grayscale: #676767. Windows color (decimal): -10265670 or 12213091. OLE color: 12213091.

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

Color convert

RGB 99 91 186 -
CMYK 0.47 0.51 0 0.27
HSL 245.05º 0.41% 0.54% -
HSV(B) 245.05º 0.51% 0.73% -
XYZ 17.75 13.68 48.16 -
YUV 104.22 174.15 124.28 -
System Red Green Blue C M Y K H S L
Decimal 99 91 186 0.47 0.51 0 0.27 245.05 0.41 0.54
Hex 63 5B BA 2F 33 0 1B F5 29 36
Octal 143 133 272 57 63 0 33 365 51 66
Binary 1100011 1011011 10111010 101111 110011 0 11011 11110101 101001 110110

Color Harmonies of #635BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635BBA

Black with #635BBA

Text Example


Text Example

White with #635BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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