Html Css Color HEX #675FAB Blue Marguerite

📋 copy color: '#675FAB'

red 103 ◦ green 95 ◦ blue 171

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

Shades of Blue Marguerite #675FAB

Tints of Blue Marguerite #675FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.34%

R = 27.91%
G = 25.75%
B = 46.34%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#675FAB (or 0x675FAB) is known color: Blue Marguerite. HEX triplet: 67, 5F and AB. RGB value is (103,95,171). Sum of RGB (Red+Green+Blue) = 103+95+171=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #675FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675FAB is #98A054. Grayscale: #696969. Windows color (decimal): -10002517 or 11231079. OLE color: 11231079.

HSL color Cylindrical-coordinate representation of color #675FAB: hue angle of 246.32º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #675FAB is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 95 171 -
CMYK 0.40 0.44 0 0.33
HSL 246.32º 0.31% 0.52% -
HSV(B) 246.32º 0.44% 0.67% -
XYZ 17.04 14.01 40.33 -
YUV 106.06 164.65 125.82 -
System Red Green Blue C M Y K H S L
Decimal 103 95 171 0.40 0.44 0 0.33 246.32 0.31 0.52
Hex 67 5F AB 28 2C 0 21 F6 1F 34
Octal 147 137 253 50 54 0 41 366 37 64
Binary 1100111 1011111 10101011 101000 101100 0 100001 11110110 11111 110100

Color Harmonies of #675FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675FAB

Black with #675FAB

Text Example


Text Example

White with #675FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,95,171); }

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

background-color css

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

 a { background-color: rgb(103,95,171); }

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

border-color css

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

 span { border-color: rgb(103,95,171); }

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