Html Css Color HEX #6B66AD Blue Marguerite

📋 copy color: '#6B66AD'

red 107 ◦ green 102 ◦ blue 173

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

Shades of Blue Marguerite #6B66AD

Tints of Blue Marguerite #6B66AD

RGB

 RED value IS 107 (42.19% from 255) = 28.01%

 GREEN value IS 102 (40.23% from 255) = 26.7%

 BLUE value IS 173 (67.97% from 255) = 45.29%

R = 28.01%
G = 26.7%
B = 45.29%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B66AD (or 0x6B66AD) is known color: Blue Marguerite. HEX triplet: 6B, 66 and AD. RGB value is (107,102,173). Sum of RGB (Red+Green+Blue) = 107+102+173=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B66AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B66AD is #949952. Grayscale: #6F6F6F. Windows color (decimal): -9738579 or 11363947. OLE color: 11363947.

HSL color Cylindrical-coordinate representation of color #6B66AD: hue angle of 244.23º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B66AD is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 102 173 -
CMYK 0.38 0.41 0 0.32
HSL 244.23º 0.3% 0.54% -
HSV(B) 244.23º 0.41% 0.68% -
XYZ 18.36 15.65 41.59 -
YUV 111.59 162.66 124.73 -
System Red Green Blue C M Y K H S L
Decimal 107 102 173 0.38 0.41 0 0.32 244.23 0.3 0.54
Hex 6B 66 AD 26 29 0 20 F4 1E 36
Octal 153 146 255 46 51 0 40 364 36 66
Binary 1101011 1100110 10101101 100110 101001 0 100000 11110100 11110 110110

Color Harmonies of #6B66AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B66AD

Black with #6B66AD

Text Example


Text Example

White with #6B66AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B66AD; }

 p { color: rgb(107,102,173); }

 H1.HeaderClassName
 {
   color: #6B66AD;
 }
 .AnyTagClassName
 {
   color: #6B66AD;
 }
</style>

background-color css

<style>
 a { background-color: #6B66AD; }

 a { background-color: rgb(107,102,173); }

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

border-color css

<style>
 span { border-color: #6B66AD; }

 span { border-color: rgb(107,102,173); }

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