Html Css Color HEX #634ABC Blue Marguerite

📋 copy color: '#634ABC'

red 99 ◦ green 74 ◦ blue 188

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

Shades of Blue Marguerite #634ABC

Tints of Blue Marguerite #634ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.5%

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

R = 27.42%
G = 20.5%
B = 52.08%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#634ABC (or 0x634ABC) is known color: Blue Marguerite. HEX triplet: 63, 4A and BC. RGB value is (99,74,188). Sum of RGB (Red+Green+Blue) = 99+74+188=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #634ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634ABC is #9CB543. Grayscale: #5E5E5E. Windows color (decimal): -10270020 or 12339811. OLE color: 12339811.

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

Color convert

RGB 99 74 188 -
CMYK 0.47 0.61 0 0.26
HSL 253.16º 0.46% 0.51% -
HSV(B) 253.16º 0.61% 0.74% -
XYZ 16.67 11.18 48.86 -
YUV 94.47 180.78 131.23 -
System Red Green Blue C M Y K H S L
Decimal 99 74 188 0.47 0.61 0 0.26 253.16 0.46 0.51
Hex 63 4A BC 2F 3D 0 1A FD 2E 33
Octal 143 112 274 57 75 0 32 375 56 63
Binary 1100011 1001010 10111100 101111 111101 0 11010 11111101 101110 110011

Color Harmonies of #634ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634ABC

Black with #634ABC

Text Example


Text Example

White with #634ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634ABC; }

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

 H1.HeaderClassName
 {
   color: #634ABC;
 }
 .AnyTagClassName
 {
   color: #634ABC;
 }
</style>

background-color css

<style>
 a { background-color: #634ABC; }

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

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

border-color css

<style>
 span { border-color: #634ABC; }

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

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