Html Css Color HEX #665BAE Blue Marguerite

📋 copy color: '#665BAE'

red 102 ◦ green 91 ◦ blue 174

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

Shades of Blue Marguerite #665BAE

Tints of Blue Marguerite #665BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.8%

 BLUE value IS 174 (68.36% from 255) = 47.41%

R = 27.79%
G = 24.8%
B = 47.41%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#665BAE (or 0x665BAE) is known color: Blue Marguerite. HEX triplet: 66, 5B and AE. RGB value is (102,91,174). Sum of RGB (Red+Green+Blue) = 102+91+174=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #665BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665BAE is #99A451. Grayscale: #676767. Windows color (decimal): -10069074 or 11426662. OLE color: 11426662.

HSL color Cylindrical-coordinate representation of color #665BAE: hue angle of 247.95º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #665BAE is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 91 174 -
CMYK 0.41 0.48 0 0.32
HSL 247.95º 0.34% 0.52% -
HSV(B) 247.95º 0.48% 0.68% -
XYZ 16.86 13.36 41.74 -
YUV 103.75 167.64 126.75 -
System Red Green Blue C M Y K H S L
Decimal 102 91 174 0.41 0.48 0 0.32 247.95 0.34 0.52
Hex 66 5B AE 29 30 0 20 F8 22 34
Octal 146 133 256 51 60 0 40 370 42 64
Binary 1100110 1011011 10101110 101001 110000 0 100000 11111000 100010 110100

Color Harmonies of #665BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665BAE

Black with #665BAE

Text Example


Text Example

White with #665BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,91,174); }

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

background-color css

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

 a { background-color: rgb(102,91,174); }

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

border-color css

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

 span { border-color: rgb(102,91,174); }

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