Html Css Color HEX #665FBB Blue Marguerite

📋 copy color: '#665FBB'

red 102 ◦ green 95 ◦ blue 187

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

Shades of Blue Marguerite #665FBB

Tints of Blue Marguerite #665FBB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.74%

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

R = 26.56%
G = 24.74%
B = 48.7%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#665FBB (or 0x665FBB) is known color: Blue Marguerite. HEX triplet: 66, 5F and BB. RGB value is (102,95,187). Sum of RGB (Red+Green+Blue) = 102+95+187=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #665FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665FBB is #99A044. Grayscale: #6B6B6B. Windows color (decimal): -10068037 or 12279654. OLE color: 12279654.

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

Color convert

RGB 102 95 187 -
CMYK 0.45 0.49 0 0.27
HSL 244.57º 0.4% 0.55% -
HSV(B) 244.57º 0.49% 0.73% -
XYZ 18.54 14.6 48.85 -
YUV 107.58 172.82 124.02 -
System Red Green Blue C M Y K H S L
Decimal 102 95 187 0.45 0.49 0 0.27 244.57 0.4 0.55
Hex 66 5F BB 2D 31 0 1B F5 28 37
Octal 146 137 273 55 61 0 33 365 50 67
Binary 1100110 1011111 10111011 101101 110001 0 11011 11110101 101000 110111

Color Harmonies of #665FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665FBB

Black with #665FBB

Text Example


Text Example

White with #665FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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