#675CBC

Color #675CBC Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #675CBC

Tints of Blue Marguerite #675CBC

Color information

#675CBC (or 0x675CBC) is unknown color: approx Blue Marguerite. HEX triplet: 67, 5C and BC. RGB value is (103,92,188). Sum of RGB (Red+Green+Blue) = 103+92+188=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #675CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675CBC is #98A343. Grayscale: #696969. Windows color (decimal): -10003268 or 12344423. OLE color: 12344423.

HSL color Cylindrical-coordinate representation of color #675CBC: hue angle of 246.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #675CBC is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10392188-
CMYK0.450.5100.26
HSL246.88º41.74%54.9%-
HSV(B)246.88º51.06%73.73%-
XYZ18.514.1749.34-
YUV106.23174.14125.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.89%
GREEN value IS 92 (36.33% from 255) = 24.02%
BLUE value IS 188 (73.83% from 255) = 49.09%
R=26.89%
G=24.02%
B=49.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal103921880.450.5100.26246.8841.7454.9
Hex675CBC2D3301Af72a37
Octal14713427455630323675267
Binary110011110111001011110010110111001101101011110111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #675CBC;
 }
 .AnyTagClassName
 {
   color: #675CBC;
 }
</style>
background-color css

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

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

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

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

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

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