Html Css Color HEX #635FBA Blue Marguerite

📋 copy color: '#635FBA'

red 99 ◦ green 95 ◦ blue 186

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

Shades of Blue Marguerite #635FBA

Tints of Blue Marguerite #635FBA

RGB

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

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

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

R = 26.05%
G = 25%
B = 48.95%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#635FBA (or 0x635FBA) is known color: Blue Marguerite. HEX triplet: 63, 5F and BA. RGB value is (99,95,186). Sum of RGB (Red+Green+Blue) = 99+95+186=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #635FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635FBA is #9CA045. Grayscale: #6A6A6A. Windows color (decimal): -10264646 or 12214115. OLE color: 12214115.

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

Color convert

RGB 99 95 186 -
CMYK 0.47 0.49 0 0.27
HSL 242.64º 0.4% 0.55% -
HSV(B) 242.64º 0.49% 0.73% -
XYZ 18.1 14.38 48.28 -
YUV 106.57 172.83 122.6 -
System Red Green Blue C M Y K H S L
Decimal 99 95 186 0.47 0.49 0 0.27 242.64 0.4 0.55
Hex 63 5F BA 2F 31 0 1B F3 28 37
Octal 143 137 272 57 61 0 33 363 50 67
Binary 1100011 1011111 10111010 101111 110001 0 11011 11110011 101000 110111

Color Harmonies of #635FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635FBA

Black with #635FBA

Text Example


Text Example

White with #635FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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