#695CB3

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

Shades of Blue Marguerite #695CB3

Tints of Blue Marguerite #695CB3

Color information

#695CB3 (or 0x695CB3) is unknown color: approx Blue Marguerite. HEX triplet: 69, 5C and B3. RGB value is (105,92,179). Sum of RGB (Red+Green+Blue) = 105+92+179=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 179 - color contains mainly: blue. Hex color #695CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695CB3 is #96A34C. Grayscale: #696969. Windows color (decimal): -9872205 or 11754601. OLE color: 11754601.

HSL color Cylindrical-coordinate representation of color #695CB3: hue angle of 248.97º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #695CB3 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10592179-
CMYK0.410.4900.30
HSL248.97º36.4%53.14%-
HSV(B)248.97º48.6%70.2%-
XYZ17.7913.9144.4-
YUV105.8169.31127.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.93%
GREEN value IS 92 (36.33% from 255) = 24.47%
BLUE value IS 179 (70.31% from 255) = 47.61%
R=27.93%
G=24.47%
B=47.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal105921790.410.4900.30248.9736.453.14
Hex695CB3293101Ef92435
Octal15113426351610363714465
Binary110100110111001011001110100111000101111011111001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,92,179); }

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

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

 a { background-color: rgb(105,92,179); }

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

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

 span { border-color: rgb(105,92,179); }

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