Html Css Color HEX #695DB3 Blue Marguerite

📋 copy color: '#695DB3'

red 105 ◦ green 93 ◦ blue 179

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

Shades of Blue Marguerite #695DB3

Tints of Blue Marguerite #695DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.48%

R = 27.85%
G = 24.67%
B = 47.48%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#695DB3 (or 0x695DB3) is known color: Blue Marguerite. HEX triplet: 69, 5D and B3. RGB value is (105,93,179). Sum of RGB (Red+Green+Blue) = 105+93+179=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 179 (70.31% from 255 or 47.48% from 377); Max value from RGB is 179 - color contains mainly: blue. Hex color #695DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695DB3 is #96A24C. Grayscale: #6A6A6A. Windows color (decimal): -9871949 or 11754857. OLE color: 11754857.

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

Color convert

RGB 105 93 179 -
CMYK 0.41 0.48 0 0.30
HSL 248.37º 0.36% 0.53% -
HSV(B) 248.37º 0.48% 0.7% -
XYZ 17.88 14.09 44.42 -
YUV 106.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 105 93 179 0.41 0.48 0 0.30 248.37 0.36 0.53
Hex 69 5D B3 29 30 0 1E F8 24 35
Octal 151 135 263 51 60 0 36 370 44 65
Binary 1101001 1011101 10110011 101001 110000 0 11110 11111000 100100 110101

Color Harmonies of #695DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695DB3

Black with #695DB3

Text Example


Text Example

White with #695DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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