Html Css Color HEX #644BBE Blue Marguerite

📋 copy color: '#644BBE'

red 100 ◦ green 75 ◦ blue 190

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

Shades of Blue Marguerite #644BBE

Tints of Blue Marguerite #644BBE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.55%

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

R = 27.4%
G = 20.55%
B = 52.05%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#644BBE (or 0x644BBE) is known color: Blue Marguerite. HEX triplet: 64, 4B and BE. RGB value is (100,75,190). Sum of RGB (Red+Green+Blue) = 100+75+190=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #644BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644BBE is #9BB441. Grayscale: #5F5F5F. Windows color (decimal): -10204226 or 12471140. OLE color: 12471140.

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

Color convert

RGB 100 75 190 -
CMYK 0.47 0.61 0 0.25
HSL 253.04º 0.47% 0.52% -
HSV(B) 253.04º 0.61% 0.75% -
XYZ 17.07 11.46 50.03 -
YUV 95.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 100 75 190 0.47 0.61 0 0.25 253.04 0.47 0.52
Hex 64 4B BE 2F 3D 0 19 FD 2F 34
Octal 144 113 276 57 75 0 31 375 57 64
Binary 1100100 1001011 10111110 101111 111101 0 11001 11111101 101111 110100

Color Harmonies of #644BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644BBE

Black with #644BBE

Text Example


Text Example

White with #644BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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