Html Css Color HEX #695DB5 Blue Marguerite

📋 copy color: '#695DB5'

red 105 ◦ green 93 ◦ blue 181

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

Shades of Blue Marguerite #695DB5

Tints of Blue Marguerite #695DB5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.54%

 BLUE value IS 181 (71.09% from 255) = 47.76%

R = 27.7%
G = 24.54%
B = 47.76%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#695DB5 (or 0x695DB5) is known color: Blue Marguerite. HEX triplet: 69, 5D and B5. RGB value is (105,93,181). Sum of RGB (Red+Green+Blue) = 105+93+181=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 181 (71.09% from 255 or 47.76% from 379); Max value from RGB is 181 - color contains mainly: blue. Hex color #695DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695DB5 is #96A24A. Grayscale: #6A6A6A. Windows color (decimal): -9871947 or 11885929. OLE color: 11885929.

HSL color Cylindrical-coordinate representation of color #695DB5: hue angle of 248.18º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #695DB5 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 93 181 -
CMYK 0.42 0.49 0 0.29
HSL 248.18º 0.37% 0.54% -
HSV(B) 248.18º 0.49% 0.71% -
XYZ 18.08 14.17 45.5 -
YUV 106.62 169.98 126.84 -
System Red Green Blue C M Y K H S L
Decimal 105 93 181 0.42 0.49 0 0.29 248.18 0.37 0.54
Hex 69 5D B5 2A 31 0 1D F8 25 36
Octal 151 135 265 52 61 0 35 370 45 66
Binary 1101001 1011101 10110101 101010 110001 0 11101 11111000 100101 110110

Color Harmonies of #695DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695DB5

Black with #695DB5

Text Example


Text Example

White with #695DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,93,181); }

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

background-color css

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

 a { background-color: rgb(105,93,181); }

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

border-color css

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

 span { border-color: rgb(105,93,181); }

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