Html Css Color HEX #695DBB Blue Marguerite

📋 copy color: '#695DBB'

red 105 ◦ green 93 ◦ blue 187

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

Shades of Blue Marguerite #695DBB

Tints of Blue Marguerite #695DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.57%

R = 27.27%
G = 24.16%
B = 48.57%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#695DBB (or 0x695DBB) is known color: Blue Marguerite. HEX triplet: 69, 5D and BB. RGB value is (105,93,187). Sum of RGB (Red+Green+Blue) = 105+93+187=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #695DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695DBB is #96A244. Grayscale: #6A6A6A. Windows color (decimal): -9871941 or 12279145. OLE color: 12279145.

HSL color Cylindrical-coordinate representation of color #695DBB: hue angle of 247.66º degrees, saturation: 0.41, 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 #695DBB is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 93 187 -
CMYK 0.44 0.50 0 0.27
HSL 247.66º 0.41% 0.55% -
HSV(B) 247.66º 0.5% 0.73% -
XYZ 18.71 14.42 48.81 -
YUV 107.3 172.98 126.36 -
System Red Green Blue C M Y K H S L
Decimal 105 93 187 0.44 0.50 0 0.27 247.66 0.41 0.55
Hex 69 5D BB 2C 32 0 1B F8 29 37
Octal 151 135 273 54 62 0 33 370 51 67
Binary 1101001 1011101 10111011 101100 110010 0 11011 11111000 101001 110111

Color Harmonies of #695DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695DBB

Black with #695DBB

Text Example


Text Example

White with #695DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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