Html Css Color HEX #664DBA Blue Marguerite

📋 copy color: '#664DBA'

red 102 ◦ green 77 ◦ blue 186

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

Shades of Blue Marguerite #664DBA

Tints of Blue Marguerite #664DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.96%

R = 27.95%
G = 21.1%
B = 50.96%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#664DBA (or 0x664DBA) is known color: Blue Marguerite. HEX triplet: 66, 4D and BA. RGB value is (102,77,186). Sum of RGB (Red+Green+Blue) = 102+77+186=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #664DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664DBA is #99B245. Grayscale: #606060. Windows color (decimal): -10072646 or 12209510. OLE color: 12209510.

HSL color Cylindrical-coordinate representation of color #664DBA: hue angle of 253.76º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #664DBA is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 77 186 -
CMYK 0.45 0.59 0 0.27
HSL 253.76º 0.44% 0.52% -
HSV(B) 253.76º 0.59% 0.73% -
XYZ 17 11.68 47.81 -
YUV 96.9 178.28 131.64 -
System Red Green Blue C M Y K H S L
Decimal 102 77 186 0.45 0.59 0 0.27 253.76 0.44 0.52
Hex 66 4D BA 2D 3B 0 1B FE 2C 34
Octal 146 115 272 55 73 0 33 376 54 64
Binary 1100110 1001101 10111010 101101 111011 0 11011 11111110 101100 110100

Color Harmonies of #664DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664DBA

Black with #664DBA

Text Example


Text Example

White with #664DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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