Html Css Color HEX #695BBC Blue Marguerite

📋 copy color: '#695BBC'

red 105 ◦ green 91 ◦ blue 188

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

Shades of Blue Marguerite #695BBC

Tints of Blue Marguerite #695BBC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.7%

 BLUE value IS 188 (73.83% from 255) = 48.96%

R = 27.34%
G = 23.7%
B = 48.96%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#695BBC (or 0x695BBC) is known color: Blue Marguerite. HEX triplet: 69, 5B and BC. RGB value is (105,91,188). Sum of RGB (Red+Green+Blue) = 105+91+188=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #695BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695BBC is #96A443. Grayscale: #696969. Windows color (decimal): -9872452 or 12344169. OLE color: 12344169.

HSL color Cylindrical-coordinate representation of color #695BBC: hue angle of 248.66º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #695BBC is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 91 188 -
CMYK 0.44 0.52 0 0.26
HSL 248.66º 0.42% 0.55% -
HSV(B) 248.66º 0.52% 0.74% -
XYZ 18.64 14.12 49.32 -
YUV 106.24 174.14 127.11 -
System Red Green Blue C M Y K H S L
Decimal 105 91 188 0.44 0.52 0 0.26 248.66 0.42 0.55
Hex 69 5B BC 2C 34 0 1A F9 2A 37
Octal 151 133 274 54 64 0 32 371 52 67
Binary 1101001 1011011 10111100 101100 110100 0 11010 11111001 101010 110111

Color Harmonies of #695BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695BBC

Black with #695BBC

Text Example


Text Example

White with #695BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,91,188); }

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

background-color css

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

 a { background-color: rgb(105,91,188); }

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

border-color css

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

 span { border-color: rgb(105,91,188); }

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