Html Css Color HEX #665EBE Blue Marguerite

📋 copy color: '#665EBE'

red 102 ◦ green 94 ◦ blue 190

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

Shades of Blue Marguerite #665EBE

Tints of Blue Marguerite #665EBE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.35%

 BLUE value IS 190 (74.61% from 255) = 49.22%

R = 26.42%
G = 24.35%
B = 49.22%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#665EBE (or 0x665EBE) is known color: Blue Marguerite. HEX triplet: 66, 5E and BE. RGB value is (102,94,190). Sum of RGB (Red+Green+Blue) = 102+94+190=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #665EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665EBE is #99A141. Grayscale: #6A6A6A. Windows color (decimal): -10068290 or 12476006. OLE color: 12476006.

HSL color Cylindrical-coordinate representation of color #665EBE: hue angle of 245º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #665EBE is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 94 190 -
CMYK 0.46 0.51 0 0.25
HSL 245º 0.42% 0.56% -
HSV(B) 245º 0.51% 0.75% -
XYZ 18.78 14.55 50.53 -
YUV 107.34 174.65 124.19 -
System Red Green Blue C M Y K H S L
Decimal 102 94 190 0.46 0.51 0 0.25 245 0.42 0.56
Hex 66 5E BE 2E 33 0 19 F5 2A 38
Octal 146 136 276 56 63 0 31 365 52 70
Binary 1100110 1011110 10111110 101110 110011 0 11001 11110101 101010 111000

Color Harmonies of #665EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665EBE

Black with #665EBE

Text Example


Text Example

White with #665EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,94,190); }

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

background-color css

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

 a { background-color: rgb(102,94,190); }

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

border-color css

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

 span { border-color: rgb(102,94,190); }

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