Html Css Color HEX #635CBC Blue Marguerite

📋 copy color: '#635CBC'

red 99 ◦ green 92 ◦ blue 188

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

Shades of Blue Marguerite #635CBC

Tints of Blue Marguerite #635CBC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.27%

 BLUE value IS 188 (73.83% from 255) = 49.6%

R = 26.12%
G = 24.27%
B = 49.6%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#635CBC (or 0x635CBC) is known color: Blue Marguerite. HEX triplet: 63, 5C and BC. RGB value is (99,92,188). Sum of RGB (Red+Green+Blue) = 99+92+188=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #635CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635CBC is #9CA343. Grayscale: #686868. Windows color (decimal): -10265412 or 12344419. OLE color: 12344419.

HSL color Cylindrical-coordinate representation of color #635CBC: hue angle of 244.37º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #635CBC is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 92 188 -
CMYK 0.47 0.51 0 0.26
HSL 244.38º 0.42% 0.55% -
HSV(B) 244.38º 0.51% 0.74% -
XYZ 18.05 13.94 49.32 -
YUV 105.04 174.82 123.69 -
System Red Green Blue C M Y K H S L
Decimal 99 92 188 0.47 0.51 0 0.26 244.38 0.42 0.55
Hex 63 5C BC 2F 33 0 1A F4 2A 37
Octal 143 134 274 57 63 0 32 364 52 67
Binary 1100011 1011100 10111100 101111 110011 0 11010 11110100 101010 110111

Color Harmonies of #635CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635CBC

Black with #635CBC

Text Example


Text Example

White with #635CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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