Html Css Color HEX #6B66BB Blue Marguerite

📋 copy color: '#6B66BB'

red 107 ◦ green 102 ◦ blue 187

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

Shades of Blue Marguerite #6B66BB

Tints of Blue Marguerite #6B66BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.22%

R = 27.02%
G = 25.76%
B = 47.22%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B66BB (or 0x6B66BB) is known color: Blue Marguerite. HEX triplet: 6B, 66 and BB. RGB value is (107,102,187). Sum of RGB (Red+Green+Blue) = 107+102+187=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #6B66BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B66BB is #949944. Grayscale: #707070. Windows color (decimal): -9738565 or 12281451. OLE color: 12281451.

HSL color Cylindrical-coordinate representation of color #6B66BB: hue angle of 243.53º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B66BB is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 102 187 -
CMYK 0.43 0.45 0 0.27
HSL 243.53º 0.38% 0.57% -
HSV(B) 243.53º 0.45% 0.73% -
XYZ 19.78 16.22 49.1 -
YUV 113.19 169.66 123.59 -
System Red Green Blue C M Y K H S L
Decimal 107 102 187 0.43 0.45 0 0.27 243.53 0.38 0.57
Hex 6B 66 BB 2B 2D 0 1B F4 26 39
Octal 153 146 273 53 55 0 33 364 46 71
Binary 1101011 1100110 10111011 101011 101101 0 11011 11110100 100110 111001

Color Harmonies of #6B66BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B66BB

Black with #6B66BB

Text Example


Text Example

White with #6B66BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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