Html Css Color HEX #6661B4 Blue Marguerite

📋 copy color: '#6661B4'

red 102 ◦ green 97 ◦ blue 180

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

Shades of Blue Marguerite #6661B4

Tints of Blue Marguerite #6661B4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.59%

 BLUE value IS 180 (70.7% from 255) = 47.49%

R = 26.91%
G = 25.59%
B = 47.49%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6661B4 (or 0x6661B4) is known color: Blue Marguerite. HEX triplet: 66, 61 and B4. RGB value is (102,97,180). Sum of RGB (Red+Green+Blue) = 102+97+180=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 180 (70.70% from 255 or 47.49% from 379); Max value from RGB is 180 - color contains mainly: blue. Hex color #6661B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6661B4 is #999E4B. Grayscale: #6B6B6B. Windows color (decimal): -10067532 or 11821414. OLE color: 11821414.

HSL color Cylindrical-coordinate representation of color #6661B4: hue angle of 243.61º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6661B4 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 102 97 180 -
CMYK 0.43 0.46 0 0.29
HSL 243.61º 0.36% 0.54% -
HSV(B) 243.61º 0.46% 0.71% -
XYZ 17.99 14.67 45.06 -
YUV 107.96 168.66 123.75 -
System Red Green Blue C M Y K H S L
Decimal 102 97 180 0.43 0.46 0 0.29 243.61 0.36 0.54
Hex 66 61 B4 2B 2E 0 1D F4 24 36
Octal 146 141 264 53 56 0 35 364 44 66
Binary 1100110 1100001 10110100 101011 101110 0 11101 11110100 100100 110110

Color Harmonies of #6661B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6661B4

Black with #6661B4

Text Example


Text Example

White with #6661B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6661B4; }

 p { color: rgb(102,97,180); }

 H1.HeaderClassName
 {
   color: #6661B4;
 }
 .AnyTagClassName
 {
   color: #6661B4;
 }
</style>

background-color css

<style>
 a { background-color: #6661B4; }

 a { background-color: rgb(102,97,180); }

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

border-color css

<style>
 span { border-color: #6661B4; }

 span { border-color: rgb(102,97,180); }

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