Html Css Color HEX #665DAB Blue Marguerite

📋 copy color: '#665DAB'

red 102 ◦ green 93 ◦ blue 171

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

Shades of Blue Marguerite #665DAB

Tints of Blue Marguerite #665DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.41%

 BLUE value IS 171 (67.19% from 255) = 46.72%

R = 27.87%
G = 25.41%
B = 46.72%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#665DAB (or 0x665DAB) is known color: Blue Marguerite. HEX triplet: 66, 5D and AB. RGB value is (102,93,171). Sum of RGB (Red+Green+Blue) = 102+93+171=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #665DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665DAB is #99A254. Grayscale: #686868. Windows color (decimal): -10068565 or 11230566. OLE color: 11230566.

HSL color Cylindrical-coordinate representation of color #665DAB: hue angle of 246.92º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #665DAB is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 93 171 -
CMYK 0.40 0.46 0 0.33
HSL 246.92º 0.32% 0.52% -
HSV(B) 246.92º 0.46% 0.67% -
XYZ 16.74 13.59 40.27 -
YUV 104.58 165.48 126.16 -
System Red Green Blue C M Y K H S L
Decimal 102 93 171 0.40 0.46 0 0.33 246.92 0.32 0.52
Hex 66 5D AB 28 2E 0 21 F7 20 34
Octal 146 135 253 50 56 0 41 367 40 64
Binary 1100110 1011101 10101011 101000 101110 0 100001 11110111 100000 110100

Color Harmonies of #665DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665DAB

Black with #665DAB

Text Example


Text Example

White with #665DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,93,171); }

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

background-color css

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

 a { background-color: rgb(102,93,171); }

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

border-color css

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

 span { border-color: rgb(102,93,171); }

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