Html Css Color HEX #695CA8 Blue Marguerite

📋 copy color: '#695CA8'

red 105 ◦ green 92 ◦ blue 168

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

Shades of Blue Marguerite #695CA8

Tints of Blue Marguerite #695CA8

RGB

 RED value IS 105 (41.41% from 255) = 28.77%

 GREEN value IS 92 (36.33% from 255) = 25.21%

 BLUE value IS 168 (66.02% from 255) = 46.03%

R = 28.77%
G = 25.21%
B = 46.03%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#695CA8 (or 0x695CA8) is known color: Blue Marguerite. HEX triplet: 69, 5C and A8. RGB value is (105,92,168). Sum of RGB (Red+Green+Blue) = 105+92+168=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 168 (66.02% from 255 or 46.03% from 365); Max value from RGB is 168 - color contains mainly: blue. Hex color #695CA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695CA8 is #96A357. Grayscale: #686868. Windows color (decimal): -9872216 or 11033705. OLE color: 11033705.

HSL color Cylindrical-coordinate representation of color #695CA8: hue angle of 250.26º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #695CA8 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 105 92 168 -
CMYK 0.38 0.45 0 0.34
HSL 250.26º 0.3% 0.51% -
HSV(B) 250.26º 0.45% 0.66% -
XYZ 16.72 13.48 38.77 -
YUV 104.55 163.81 128.32 -
System Red Green Blue C M Y K H S L
Decimal 105 92 168 0.38 0.45 0 0.34 250.26 0.3 0.51
Hex 69 5C A8 26 2D 0 22 FA 1E 33
Octal 151 134 250 46 55 0 42 372 36 63
Binary 1101001 1011100 10101000 100110 101101 0 100010 11111010 11110 110011

Color Harmonies of #695CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695CA8

Black with #695CA8

Text Example


Text Example

White with #695CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #695CA8;
 }
 .AnyTagClassName
 {
   color: #695CA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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