Html Css Color HEX #634EBD Blue Marguerite

📋 copy color: '#634EBD'

red 99 ◦ green 78 ◦ blue 189

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

Shades of Blue Marguerite #634EBD

Tints of Blue Marguerite #634EBD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.31%

 BLUE value IS 189 (74.22% from 255) = 51.64%

R = 27.05%
G = 21.31%
B = 51.64%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#634EBD (or 0x634EBD) is known color: Blue Marguerite. HEX triplet: 63, 4E and BD. RGB value is (99,78,189). Sum of RGB (Red+Green+Blue) = 99+78+189=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #634EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634EBD is #9CB142. Grayscale: #606060. Windows color (decimal): -10268995 or 12406371. OLE color: 12406371.

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

Color convert

RGB 99 78 189 -
CMYK 0.48 0.59 0 0.26
HSL 251.35º 0.46% 0.52% -
HSV(B) 251.35º 0.59% 0.74% -
XYZ 17.06 11.78 49.52 -
YUV 96.93 179.96 129.47 -
System Red Green Blue C M Y K H S L
Decimal 99 78 189 0.48 0.59 0 0.26 251.35 0.46 0.52
Hex 63 4E BD 30 3B 0 1A FB 2E 34
Octal 143 116 275 60 73 0 32 373 56 64
Binary 1100011 1001110 10111101 110000 111011 0 11010 11111011 101110 110100

Color Harmonies of #634EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634EBD

Black with #634EBD

Text Example


Text Example

White with #634EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,78,189); }

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

background-color css

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

 a { background-color: rgb(99,78,189); }

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

border-color css

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

 span { border-color: rgb(99,78,189); }

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