Html Css Color HEX #675CAF Blue Marguerite

📋 copy color: '#675CAF'

red 103 ◦ green 92 ◦ blue 175

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

Shades of Blue Marguerite #675CAF

Tints of Blue Marguerite #675CAF

RGB

 RED value IS 103 (40.63% from 255) = 27.84%

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

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

R = 27.84%
G = 24.86%
B = 47.3%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#675CAF (or 0x675CAF) is known color: Blue Marguerite. HEX triplet: 67, 5C and AF. RGB value is (103,92,175). Sum of RGB (Red+Green+Blue) = 103+92+175=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #675CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675CAF is #98A350. Grayscale: #686868. Windows color (decimal): -10003281 or 11492455. OLE color: 11492455.

HSL color Cylindrical-coordinate representation of color #675CAF: hue angle of 247.95º 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 #675CAF is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 103 92 175 -
CMYK 0.41 0.47 0 0.31
HSL 247.95º 0.34% 0.52% -
HSV(B) 247.95º 0.47% 0.69% -
XYZ 17.16 13.63 42.28 -
YUV 104.75 167.64 126.75 -
System Red Green Blue C M Y K H S L
Decimal 103 92 175 0.41 0.47 0 0.31 247.95 0.34 0.52
Hex 67 5C AF 29 2F 0 1F F8 22 34
Octal 147 134 257 51 57 0 37 370 42 64
Binary 1100111 1011100 10101111 101001 101111 0 11111 11111000 100010 110100

Color Harmonies of #675CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675CAF

Black with #675CAF

Text Example


Text Example

White with #675CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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