Html Css Color HEX #665DB0 Blue Marguerite

📋 copy color: '#665DB0'

red 102 ◦ green 93 ◦ blue 176

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

Shades of Blue Marguerite #665DB0

Tints of Blue Marguerite #665DB0

RGB

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

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

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

R = 27.49%
G = 25.07%
B = 47.44%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#665DB0 (or 0x665DB0) is known color: Blue Marguerite. HEX triplet: 66, 5D and B0. RGB value is (102,93,176). Sum of RGB (Red+Green+Blue) = 102+93+176=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 176 - color contains mainly: blue. Hex color #665DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665DB0 is #99A24F. Grayscale: #686868. Windows color (decimal): -10068560 or 11558246. OLE color: 11558246.

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

Color convert

RGB 102 93 176 -
CMYK 0.42 0.47 0 0.31
HSL 246.51º 0.34% 0.53% -
HSV(B) 246.51º 0.47% 0.69% -
XYZ 17.23 13.79 42.83 -
YUV 105.15 167.98 125.75 -
System Red Green Blue C M Y K H S L
Decimal 102 93 176 0.42 0.47 0 0.31 246.51 0.34 0.53
Hex 66 5D B0 2A 2F 0 1F F7 22 35
Octal 146 135 260 52 57 0 37 367 42 65
Binary 1100110 1011101 10110000 101010 101111 0 11111 11110111 100010 110101

Color Harmonies of #665DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665DB0

Black with #665DB0

Text Example


Text Example

White with #665DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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