Html Css Color HEX #665FB7 Blue Marguerite

📋 copy color: '#665FB7'

red 102 ◦ green 95 ◦ blue 183

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

Shades of Blue Marguerite #665FB7

Tints of Blue Marguerite #665FB7

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25%

 BLUE value IS 183 (71.88% from 255) = 48.16%

R = 26.84%
G = 25%
B = 48.16%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#665FB7 (or 0x665FB7) is known color: Blue Marguerite. HEX triplet: 66, 5F and B7. RGB value is (102,95,183). Sum of RGB (Red+Green+Blue) = 102+95+183=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 183 (71.88% from 255 or 48.16% from 380); Max value from RGB is 183 - color contains mainly: blue. Hex color #665FB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665FB7 is #99A048. Grayscale: #6A6A6A. Windows color (decimal): -10068041 or 12017510. OLE color: 12017510.

HSL color Cylindrical-coordinate representation of color #665FB7: hue angle of 244.77º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #665FB7 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 102 95 183 -
CMYK 0.44 0.48 0 0.28
HSL 244.77º 0.38% 0.55% -
HSV(B) 244.77º 0.48% 0.72% -
XYZ 18.12 14.43 46.63 -
YUV 107.13 170.82 124.34 -
System Red Green Blue C M Y K H S L
Decimal 102 95 183 0.44 0.48 0 0.28 244.77 0.38 0.55
Hex 66 5F B7 2C 30 0 1C F5 26 37
Octal 146 137 267 54 60 0 34 365 46 67
Binary 1100110 1011111 10110111 101100 110000 0 11100 11110101 100110 110111

Color Harmonies of #665FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665FB7

Black with #665FB7

Text Example


Text Example

White with #665FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,95,183); }

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

background-color css

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

 a { background-color: rgb(102,95,183); }

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

border-color css

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

 span { border-color: rgb(102,95,183); }

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