Html Css Color HEX #665DBA Blue Marguerite

📋 copy color: '#665DBA'

red 102 ◦ green 93 ◦ blue 186

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

Shades of Blue Marguerite #665DBA

Tints of Blue Marguerite #665DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 26.77%
G = 24.41%
B = 48.82%

CMYK

 C value IS 0.45

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#665DBA (or 0x665DBA) is known color: Blue Marguerite. HEX triplet: 66, 5D and BA. RGB value is (102,93,186). Sum of RGB (Red+Green+Blue) = 102+93+186=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #665DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665DBA is #99A245. Grayscale: #696969. Windows color (decimal): -10068550 or 12213606. OLE color: 12213606.

HSL color Cylindrical-coordinate representation of color #665DBA: hue angle of 245.81º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #665DBA is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 93 186 -
CMYK 0.45 0.5 0 0.27
HSL 245.81º 0.4% 0.55% -
HSV(B) 245.81º 0.5% 0.73% -
XYZ 18.26 14.2 48.23 -
YUV 106.29 172.98 124.94 -
System Red Green Blue C M Y K H S L
Decimal 102 93 186 0.45 0.5 0 0.27 245.81 0.4 0.55
Hex 66 5D BA 2D 32 0 1B F6 28 37
Octal 146 135 272 55 62 0 33 366 50 67
Binary 1100110 1011101 10111010 101101 110010 0 11011 11110110 101000 110111

Color Harmonies of #665DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665DBA

Black with #665DBA

Text Example


Text Example

White with #665DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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