Html Css Color HEX #665AB3 Blue Marguerite

📋 copy color: '#665AB3'

red 102 ◦ green 90 ◦ blue 179

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

Shades of Blue Marguerite #665AB3

Tints of Blue Marguerite #665AB3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.26%

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

R = 27.49%
G = 24.26%
B = 48.25%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#665AB3 (or 0x665AB3) is known color: Blue Marguerite. HEX triplet: 66, 5A and B3. RGB value is (102,90,179). Sum of RGB (Red+Green+Blue) = 102+90+179=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #665AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665AB3 is #99A54C. Grayscale: #676767. Windows color (decimal): -10069325 or 11754086. OLE color: 11754086.

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

Color convert

RGB 102 90 179 -
CMYK 0.43 0.50 0 0.30
HSL 248.09º 0.37% 0.53% -
HSV(B) 248.09º 0.5% 0.7% -
XYZ 17.27 13.39 44.32 -
YUV 103.73 170.48 126.76 -
System Red Green Blue C M Y K H S L
Decimal 102 90 179 0.43 0.50 0 0.30 248.09 0.37 0.53
Hex 66 5A B3 2B 32 0 1E F8 25 35
Octal 146 132 263 53 62 0 36 370 45 65
Binary 1100110 1011010 10110011 101011 110010 0 11110 11111000 100101 110101

Color Harmonies of #665AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665AB3

Black with #665AB3

Text Example


Text Example

White with #665AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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