Html Css Color HEX #665CBB Blue Marguerite

📋 copy color: '#665CBB'

red 102 ◦ green 92 ◦ blue 187

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

Shades of Blue Marguerite #665CBB

Tints of Blue Marguerite #665CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.15%

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 26.77%
G = 24.15%
B = 49.08%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#665CBB (or 0x665CBB) is known color: Blue Marguerite. HEX triplet: 66, 5C and BB. RGB value is (102,92,187). Sum of RGB (Red+Green+Blue) = 102+92+187=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #665CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665CBB is #99A344. Grayscale: #696969. Windows color (decimal): -10068805 or 12278886. OLE color: 12278886.

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

Color convert

RGB 102 92 187 -
CMYK 0.45 0.51 0 0.27
HSL 246.32º 0.41% 0.55% -
HSV(B) 246.32º 0.51% 0.73% -
XYZ 18.28 14.07 48.77 -
YUV 105.82 173.81 125.28 -
System Red Green Blue C M Y K H S L
Decimal 102 92 187 0.45 0.51 0 0.27 246.32 0.41 0.55
Hex 66 5C BB 2D 33 0 1B F6 29 37
Octal 146 134 273 55 63 0 33 366 51 67
Binary 1100110 1011100 10111011 101101 110011 0 11011 11110110 101001 110111

Color Harmonies of #665CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665CBB

Black with #665CBB

Text Example


Text Example

White with #665CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,92,187); }

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

background-color css

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

 a { background-color: rgb(102,92,187); }

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

border-color css

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

 span { border-color: rgb(102,92,187); }

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