Html Css Color HEX #695DBA Blue Marguerite

📋 copy color: '#695DBA'

red 105 ◦ green 93 ◦ blue 186

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

Shades of Blue Marguerite #695DBA

Tints of Blue Marguerite #695DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.44%

R = 27.34%
G = 24.22%
B = 48.44%

CMYK

 C value IS 0.44

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#695DBA (or 0x695DBA) is known color: Blue Marguerite. HEX triplet: 69, 5D and BA. RGB value is (105,93,186). Sum of RGB (Red+Green+Blue) = 105+93+186=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #695DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695DBA is #96A245. Grayscale: #6A6A6A. Windows color (decimal): -9871942 or 12213609. OLE color: 12213609.

HSL color Cylindrical-coordinate representation of color #695DBA: hue angle of 247.74º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #695DBA is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 93 186 -
CMYK 0.44 0.5 0 0.27
HSL 247.74º 0.4% 0.55% -
HSV(B) 247.74º 0.5% 0.73% -
XYZ 18.6 14.38 48.25 -
YUV 107.19 172.48 126.44 -
System Red Green Blue C M Y K H S L
Decimal 105 93 186 0.44 0.5 0 0.27 247.74 0.4 0.55
Hex 69 5D BA 2C 32 0 1B F8 28 37
Octal 151 135 272 54 62 0 33 370 50 67
Binary 1101001 1011101 10111010 101100 110010 0 11011 11111000 101000 110111

Color Harmonies of #695DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695DBA

Black with #695DBA

Text Example


Text Example

White with #695DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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