Html Css Color HEX #665CAF Blue Marguerite

📋 copy color: '#665CAF'

red 102 ◦ green 92 ◦ blue 175

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

Shades of Blue Marguerite #665CAF

Tints of Blue Marguerite #665CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.43%

R = 27.64%
G = 24.93%
B = 47.43%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#665CAF (or 0x665CAF) is known color: Blue Marguerite. HEX triplet: 66, 5C and AF. RGB value is (102,92,175). Sum of RGB (Red+Green+Blue) = 102+92+175=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #665CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665CAF is #99A350. Grayscale: #686868. Windows color (decimal): -10068817 or 11492454. OLE color: 11492454.

HSL color Cylindrical-coordinate representation of color #665CAF: hue angle of 247.23º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #665CAF is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 92 175 -
CMYK 0.42 0.47 0 0.31
HSL 247.23º 0.34% 0.52% -
HSV(B) 247.23º 0.47% 0.69% -
XYZ 17.04 13.57 42.28 -
YUV 104.45 167.81 126.25 -
System Red Green Blue C M Y K H S L
Decimal 102 92 175 0.42 0.47 0 0.31 247.23 0.34 0.52
Hex 66 5C AF 2A 2F 0 1F F7 22 34
Octal 146 134 257 52 57 0 37 367 42 64
Binary 1100110 1011100 10101111 101010 101111 0 11111 11110111 100010 110100

Color Harmonies of #665CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665CAF

Black with #665CAF

Text Example


Text Example

White with #665CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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