Html Css Color HEX #665FB0 Blue Marguerite

📋 copy color: '#665FB0'

red 102 ◦ green 95 ◦ blue 176

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

Shades of Blue Marguerite #665FB0

Tints of Blue Marguerite #665FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.18%

R = 27.35%
G = 25.47%
B = 47.18%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#665FB0 (or 0x665FB0) is known color: Blue Marguerite. HEX triplet: 66, 5F and B0. RGB value is (102,95,176). Sum of RGB (Red+Green+Blue) = 102+95+176=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 176 (69.14% from 255 or 47.18% from 373); Max value from RGB is 176 - color contains mainly: blue. Hex color #665FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665FB0 is #99A04F. Grayscale: #6A6A6A. Windows color (decimal): -10068048 or 11558758. OLE color: 11558758.

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

Color convert

RGB 102 95 176 -
CMYK 0.42 0.46 0 0.31
HSL 245.19º 0.34% 0.53% -
HSV(B) 245.19º 0.46% 0.69% -
XYZ 17.41 14.14 42.89 -
YUV 106.33 167.32 124.91 -
System Red Green Blue C M Y K H S L
Decimal 102 95 176 0.42 0.46 0 0.31 245.19 0.34 0.53
Hex 66 5F B0 2A 2E 0 1F F5 22 35
Octal 146 137 260 52 56 0 37 365 42 65
Binary 1100110 1011111 10110000 101010 101110 0 11111 11110101 100010 110101

Color Harmonies of #665FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665FB0

Black with #665FB0

Text Example


Text Example

White with #665FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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