Html Css Color HEX #665DB8 Blue Marguerite

📋 copy color: '#665DB8'

red 102 ◦ green 93 ◦ blue 184

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

Shades of Blue Marguerite #665DB8

Tints of Blue Marguerite #665DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.55%

R = 26.91%
G = 24.54%
B = 48.55%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#665DB8 (or 0x665DB8) is known color: Blue Marguerite. HEX triplet: 66, 5D and B8. RGB value is (102,93,184). Sum of RGB (Red+Green+Blue) = 102+93+184=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 184 (72.27% from 255 or 48.55% from 379); Max value from RGB is 184 - color contains mainly: blue. Hex color #665DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665DB8 is #99A247. Grayscale: #696969. Windows color (decimal): -10068552 or 12082534. OLE color: 12082534.

HSL color Cylindrical-coordinate representation of color #665DB8: hue angle of 245.93º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #665DB8 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 102 93 184 -
CMYK 0.45 0.49 0 0.28
HSL 245.93º 0.39% 0.54% -
HSV(B) 245.93º 0.49% 0.72% -
XYZ 18.05 14.11 47.12 -
YUV 106.07 171.98 125.1 -
System Red Green Blue C M Y K H S L
Decimal 102 93 184 0.45 0.49 0 0.28 245.93 0.39 0.54
Hex 66 5D B8 2D 31 0 1C F6 27 36
Octal 146 135 270 55 61 0 34 366 47 66
Binary 1100110 1011101 10111000 101101 110001 0 11100 11110110 100111 110110

Color Harmonies of #665DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665DB8

Black with #665DB8

Text Example


Text Example

White with #665DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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