Html Css Color HEX #665BB3 Blue Marguerite

📋 copy color: '#665BB3'

red 102 ◦ green 91 ◦ blue 179

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

Shades of Blue Marguerite #665BB3

Tints of Blue Marguerite #665BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.12%

R = 27.42%
G = 24.46%
B = 48.12%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#665BB3 (or 0x665BB3) is known color: Blue Marguerite. HEX triplet: 66, 5B and B3. RGB value is (102,91,179). Sum of RGB (Red+Green+Blue) = 102+91+179=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #665BB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BB3 is #99A44C. Grayscale: #676767. Windows color (decimal): -10069069 or 11754342. OLE color: 11754342.

HSL color Cylindrical-coordinate representation of color #665BB3: hue angle of 247.5º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #665BB3 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 91 179 -
CMYK 0.43 0.49 0 0.30
HSL 247.5º 0.37% 0.53% -
HSV(B) 247.5º 0.49% 0.7% -
XYZ 17.36 13.56 44.35 -
YUV 104.32 170.14 126.34 -
System Red Green Blue C M Y K H S L
Decimal 102 91 179 0.43 0.49 0 0.30 247.5 0.37 0.53
Hex 66 5B B3 2B 31 0 1E F8 25 35
Octal 146 133 263 53 61 0 36 370 45 65
Binary 1100110 1011011 10110011 101011 110001 0 11110 11111000 100101 110101

Color Harmonies of #665BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665BB3

Black with #665BB3

Text Example


Text Example

White with #665BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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