Html Css Color HEX #665BBB Blue Marguerite

📋 copy color: '#665BBB'

red 102 ◦ green 91 ◦ blue 187

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

Shades of Blue Marguerite #665BBB

Tints of Blue Marguerite #665BBB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.95%

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

R = 26.84%
G = 23.95%
B = 49.21%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#665BBB (or 0x665BBB) is known color: Blue Marguerite. HEX triplet: 66, 5B and BB. RGB value is (102,91,187). Sum of RGB (Red+Green+Blue) = 102+91+187=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #665BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BBB is #99A444. Grayscale: #686868. Windows color (decimal): -10069061 or 12278630. OLE color: 12278630.

HSL color Cylindrical-coordinate representation of color #665BBB: hue angle of 246.88º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #665BBB is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 91 187 -
CMYK 0.45 0.51 0 0.27
HSL 246.88º 0.41% 0.55% -
HSV(B) 246.88º 0.51% 0.73% -
XYZ 18.19 13.89 48.74 -
YUV 105.23 174.14 125.69 -
System Red Green Blue C M Y K H S L
Decimal 102 91 187 0.45 0.51 0 0.27 246.88 0.41 0.55
Hex 66 5B BB 2D 33 0 1B F7 29 37
Octal 146 133 273 55 63 0 33 367 51 67
Binary 1100110 1011011 10111011 101101 110011 0 11011 11110111 101001 110111

Color Harmonies of #665BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665BBB

Black with #665BBB

Text Example


Text Example

White with #665BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665BBB; }

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

 H1.HeaderClassName
 {
   color: #665BBB;
 }
 .AnyTagClassName
 {
   color: #665BBB;
 }
</style>

background-color css

<style>
 a { background-color: #665BBB; }

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

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

border-color css

<style>
 span { border-color: #665BBB; }

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

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