Html Css Color HEX #644CBE Blue Marguerite

📋 copy color: '#644CBE'

red 100 ◦ green 76 ◦ blue 190

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

Shades of Blue Marguerite #644CBE

Tints of Blue Marguerite #644CBE

RGB

 RED value IS 100 (39.45% from 255) = 27.32%

 GREEN value IS 76 (30.08% from 255) = 20.77%

 BLUE value IS 190 (74.61% from 255) = 51.91%

R = 27.32%
G = 20.77%
B = 51.91%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#644CBE (or 0x644CBE) is known color: Blue Marguerite. HEX triplet: 64, 4C and BE. RGB value is (100,76,190). Sum of RGB (Red+Green+Blue) = 100+76+190=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #644CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644CBE is #9BB341. Grayscale: #5F5F5F. Windows color (decimal): -10203970 or 12471396. OLE color: 12471396.

HSL color Cylindrical-coordinate representation of color #644CBE: hue angle of 252.63º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #644CBE is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 76 190 -
CMYK 0.47 0.60 0 0.25
HSL 252.63º 0.47% 0.52% -
HSV(B) 252.63º 0.6% 0.75% -
XYZ 17.13 11.6 50.05 -
YUV 96.17 180.95 130.73 -
System Red Green Blue C M Y K H S L
Decimal 100 76 190 0.47 0.60 0 0.25 252.63 0.47 0.52
Hex 64 4C BE 2F 3C 0 19 FD 2F 34
Octal 144 114 276 57 74 0 31 375 57 64
Binary 1100100 1001100 10111110 101111 111100 0 11001 11111101 101111 110100

Color Harmonies of #644CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644CBE

Black with #644CBE

Text Example


Text Example

White with #644CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644CBE; }

 p { color: rgb(100,76,190); }

 H1.HeaderClassName
 {
   color: #644CBE;
 }
 .AnyTagClassName
 {
   color: #644CBE;
 }
</style>

background-color css

<style>
 a { background-color: #644CBE; }

 a { background-color: rgb(100,76,190); }

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

border-color css

<style>
 span { border-color: #644CBE; }

 span { border-color: rgb(100,76,190); }

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