#695ABC

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

Shades of Blue Marguerite #695ABC

Tints of Blue Marguerite #695ABC

Color information

#695ABC (or 0x695ABC) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5A and BC. RGB value is (105,90,188). Sum of RGB (Red+Green+Blue) = 105+90+188=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 90 (35.55% from 255 or 23.50% 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 #695ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ABC is #96A543. Grayscale: #696969. Windows color (decimal): -9872708 or 12343913. OLE color: 12343913.

HSL color Cylindrical-coordinate representation of color #695ABC: hue angle of 249.18º degrees, saturation: 0.42, 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 #695ABC is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10590188-
CMYK0.440.5200.26
HSL249.18º42.24%54.51%-
HSV(B)249.18º52.13%73.73%-
XYZ18.5613.9549.29-
YUV105.66174.47127.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.42%
GREEN value IS 90 (35.55% from 255) = 23.50%
BLUE value IS 188 (73.83% from 255) = 49.09%
R=27.42%
G=23.50%
B=49.09%

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
Decimal105901880.440.5200.26249.1842.2454.51
Hex695ABC2C3401Af92a37
Octal15113227454640323715267
Binary110100110110101011110010110011010001101011111001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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