#695ABD

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

Shades of Blue Marguerite #695ABD

Tints of Blue Marguerite #695ABD

Color information

#695ABD (or 0x695ABD) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5A and BD. RGB value is (105,90,189). Sum of RGB (Red+Green+Blue) = 105+90+189=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #695ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ABD is #96A542. Grayscale: #696969. Windows color (decimal): -9872707 or 12409449. OLE color: 12409449.

HSL color Cylindrical-coordinate representation of color #695ABD: hue angle of 249.09º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #695ABD is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10590189-
CMYK0.440.5200.26
HSL249.09º42.86%54.71%-
HSV(B)249.09º52.38%74.12%-
XYZ18.6713.9949.86-
YUV105.77174.97127.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.34%
GREEN value IS 90 (35.55% from 255) = 23.44%
BLUE value IS 189 (74.22% from 255) = 49.22%
R=27.34%
G=23.44%
B=49.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105901890.440.5200.26249.0942.8654.71
Hex695ABD2C3401Af92b37
Octal15113227554640323715367
Binary110100110110101011110110110011010001101011111001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695ABD; }

 p { color: rgb(105,90,189); }

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

<style>
 a { background-color: #695ABD; }

 a { background-color: rgb(105,90,189); }

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

<style>
 span { border-color: #695ABD; }

 span { border-color: rgb(105,90,189); }

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