Html Css Color HEX #665AB2 Blue Marguerite

📋 copy color: '#665AB2'

red 102 ◦ green 90 ◦ blue 178

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

Shades of Blue Marguerite #665AB2

Tints of Blue Marguerite #665AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.11%

R = 27.57%
G = 24.32%
B = 48.11%

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

#665AB2 (or 0x665AB2) is known color: Blue Marguerite. HEX triplet: 66, 5A and B2. RGB value is (102,90,178). Sum of RGB (Red+Green+Blue) = 102+90+178=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 178 (69.92% from 255 or 48.11% from 370); Max value from RGB is 178 - color contains mainly: blue. Hex color #665AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665AB2 is #99A54D. Grayscale: #676767. Windows color (decimal): -10069326 or 11688550. OLE color: 11688550.

HSL color Cylindrical-coordinate representation of color #665AB2: hue angle of 248.18º degrees, saturation: 0.36, 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 #665AB2 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 90 178 -
CMYK 0.43 0.49 0 0.30
HSL 248.18º 0.36% 0.53% -
HSV(B) 248.18º 0.49% 0.7% -
XYZ 17.17 13.35 43.79 -
YUV 103.62 169.98 126.84 -
System Red Green Blue C M Y K H S L
Decimal 102 90 178 0.43 0.49 0 0.30 248.18 0.36 0.53
Hex 66 5A B2 2B 31 0 1E F8 24 35
Octal 146 132 262 53 61 0 36 370 44 65
Binary 1100110 1011010 10110010 101011 110001 0 11110 11111000 100100 110101

Color Harmonies of #665AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665AB2

Black with #665AB2

Text Example


Text Example

White with #665AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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