Html Css Color HEX #665CB1 Blue Marguerite

📋 copy color: '#665CB1'

red 102 ◦ green 92 ◦ blue 177

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

Shades of Blue Marguerite #665CB1

Tints of Blue Marguerite #665CB1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.8%

 BLUE value IS 177 (69.53% from 255) = 47.71%

R = 27.49%
G = 24.8%
B = 47.71%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#665CB1 (or 0x665CB1) is known color: Blue Marguerite. HEX triplet: 66, 5C and B1. RGB value is (102,92,177). Sum of RGB (Red+Green+Blue) = 102+92+177=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 177 - color contains mainly: blue. Hex color #665CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665CB1 is #99A34E. Grayscale: #686868. Windows color (decimal): -10068815 or 11623526. OLE color: 11623526.

HSL color Cylindrical-coordinate representation of color #665CB1: hue angle of 247.06º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #665CB1 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 92 177 -
CMYK 0.42 0.48 0 0.31
HSL 247.06º 0.35% 0.53% -
HSV(B) 247.06º 0.48% 0.69% -
XYZ 17.24 13.65 43.32 -
YUV 104.68 168.81 126.09 -
System Red Green Blue C M Y K H S L
Decimal 102 92 177 0.42 0.48 0 0.31 247.06 0.35 0.53
Hex 66 5C B1 2A 30 0 1F F7 23 35
Octal 146 134 261 52 60 0 37 367 43 65
Binary 1100110 1011100 10110001 101010 110000 0 11111 11110111 100011 110101

Color Harmonies of #665CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665CB1

Black with #665CB1

Text Example


Text Example

White with #665CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,92,177); }

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

background-color css

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

 a { background-color: rgb(102,92,177); }

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

border-color css

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

 span { border-color: rgb(102,92,177); }

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