Html Css Color HEX #664DBE Blue Marguerite

📋 copy color: '#664DBE'

red 102 ◦ green 77 ◦ blue 190

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

Shades of Blue Marguerite #664DBE

Tints of Blue Marguerite #664DBE

RGB

 RED value IS 102 (40.23% from 255) = 27.64%

 GREEN value IS 77 (30.47% from 255) = 20.87%

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

R = 27.64%
G = 20.87%
B = 51.49%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#664DBE (or 0x664DBE) is known color: Blue Marguerite. HEX triplet: 66, 4D and BE. RGB value is (102,77,190). Sum of RGB (Red+Green+Blue) = 102+77+190=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #664DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664DBE is #99B241. Grayscale: #606060. Windows color (decimal): -10072642 or 12471654. OLE color: 12471654.

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

Color convert

RGB 102 77 190 -
CMYK 0.46 0.59 0 0.25
HSL 253.27º 0.47% 0.52% -
HSV(B) 253.27º 0.59% 0.75% -
XYZ 17.43 11.85 50.08 -
YUV 97.36 180.28 131.31 -
System Red Green Blue C M Y K H S L
Decimal 102 77 190 0.46 0.59 0 0.25 253.27 0.47 0.52
Hex 66 4D BE 2E 3B 0 19 FD 2F 34
Octal 146 115 276 56 73 0 31 375 57 64
Binary 1100110 1001101 10111110 101110 111011 0 11001 11111101 101111 110100

Color Harmonies of #664DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664DBE

Black with #664DBE

Text Example


Text Example

White with #664DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664DBE; }

 p { color: rgb(102,77,190); }

 H1.HeaderClassName
 {
   color: #664DBE;
 }
 .AnyTagClassName
 {
   color: #664DBE;
 }
</style>

background-color css

<style>
 a { background-color: #664DBE; }

 a { background-color: rgb(102,77,190); }

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

border-color css

<style>
 span { border-color: #664DBE; }

 span { border-color: rgb(102,77,190); }

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