Html Css Color HEX #665ABA Blue Marguerite

📋 copy color: '#665ABA'

red 102 ◦ green 90 ◦ blue 186

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

Shades of Blue Marguerite #665ABA

Tints of Blue Marguerite #665ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 26.98%
G = 23.81%
B = 49.21%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#665ABA (or 0x665ABA) is known color: Blue Marguerite. HEX triplet: 66, 5A and BA. RGB value is (102,90,186). Sum of RGB (Red+Green+Blue) = 102+90+186=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #665ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665ABA is #99A545. Grayscale: #686868. Windows color (decimal): -10069318 or 12212838. OLE color: 12212838.

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

Color convert

RGB 102 90 186 -
CMYK 0.45 0.52 0 0.27
HSL 247.5º 0.41% 0.54% -
HSV(B) 247.5º 0.52% 0.73% -
XYZ 18 13.68 48.15 -
YUV 104.53 173.98 126.19 -
System Red Green Blue C M Y K H S L
Decimal 102 90 186 0.45 0.52 0 0.27 247.5 0.41 0.54
Hex 66 5A BA 2D 34 0 1B F8 29 36
Octal 146 132 272 55 64 0 33 370 51 66
Binary 1100110 1011010 10111010 101101 110100 0 11011 11111000 101001 110110

Color Harmonies of #665ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665ABA

Black with #665ABA

Text Example


Text Example

White with #665ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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