Html Css Color HEX #695EBA Blue Marguerite

📋 copy color: '#695EBA'

red 105 ◦ green 94 ◦ blue 186

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

Shades of Blue Marguerite #695EBA

Tints of Blue Marguerite #695EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.42%

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

R = 27.27%
G = 24.42%
B = 48.31%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#695EBA (or 0x695EBA) is known color: Blue Marguerite. HEX triplet: 69, 5E and BA. RGB value is (105,94,186). Sum of RGB (Red+Green+Blue) = 105+94+186=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #695EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695EBA is #96A145. Grayscale: #6B6B6B. Windows color (decimal): -9871686 or 12213865. OLE color: 12213865.

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

Color convert

RGB 105 94 186 -
CMYK 0.44 0.49 0 0.27
HSL 247.17º 0.4% 0.55% -
HSV(B) 247.17º 0.49% 0.73% -
XYZ 18.69 14.55 48.28 -
YUV 107.78 172.14 126.02 -
System Red Green Blue C M Y K H S L
Decimal 105 94 186 0.44 0.49 0 0.27 247.17 0.4 0.55
Hex 69 5E BA 2C 31 0 1B F7 28 37
Octal 151 136 272 54 61 0 33 367 50 67
Binary 1101001 1011110 10111010 101100 110001 0 11011 11110111 101000 110111

Color Harmonies of #695EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695EBA

Black with #695EBA

Text Example


Text Example

White with #695EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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