Html Css Color HEX #664CBC Blue Marguerite

📋 copy color: '#664CBC'

red 102 ◦ green 76 ◦ blue 188

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

Shades of Blue Marguerite #664CBC

Tints of Blue Marguerite #664CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.37%

R = 27.87%
G = 20.77%
B = 51.37%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#664CBC (or 0x664CBC) is known color: Blue Marguerite. HEX triplet: 66, 4C and BC. RGB value is (102,76,188). Sum of RGB (Red+Green+Blue) = 102+76+188=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #664CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664CBC is #99B343. Grayscale: #606060. Windows color (decimal): -10072900 or 12340326. OLE color: 12340326.

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

Color convert

RGB 102 76 188 -
CMYK 0.46 0.60 0 0.26
HSL 253.93º 0.46% 0.52% -
HSV(B) 253.93º 0.6% 0.74% -
XYZ 17.14 11.62 48.92 -
YUV 96.54 179.61 131.89 -
System Red Green Blue C M Y K H S L
Decimal 102 76 188 0.46 0.60 0 0.26 253.93 0.46 0.52
Hex 66 4C BC 2E 3C 0 1A FE 2E 34
Octal 146 114 274 56 74 0 32 376 56 64
Binary 1100110 1001100 10111100 101110 111100 0 11010 11111110 101110 110100

Color Harmonies of #664CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664CBC

Black with #664CBC

Text Example


Text Example

White with #664CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,76,188); }

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

background-color css

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

 a { background-color: rgb(102,76,188); }

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

border-color css

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

 span { border-color: rgb(102,76,188); }

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