Html Css Color HEX #695ABA Blue Marguerite

📋 copy color: '#695ABA'

red 105 ◦ green 90 ◦ blue 186

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

Shades of Blue Marguerite #695ABA

Tints of Blue Marguerite #695ABA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.62%

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

R = 27.56%
G = 23.62%
B = 48.82%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#695ABA (or 0x695ABA) is known color: Blue Marguerite. HEX triplet: 69, 5A and BA. RGB value is (105,90,186). Sum of RGB (Red+Green+Blue) = 105+90+186=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #695ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ABA is #96A545. Grayscale: #696969. Windows color (decimal): -9872710 or 12212841. OLE color: 12212841.

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

Color convert

RGB 105 90 186 -
CMYK 0.44 0.52 0 0.27
HSL 249.38º 0.41% 0.54% -
HSV(B) 249.38º 0.52% 0.73% -
XYZ 18.34 13.86 48.16 -
YUV 105.43 173.47 127.69 -
System Red Green Blue C M Y K H S L
Decimal 105 90 186 0.44 0.52 0 0.27 249.38 0.41 0.54
Hex 69 5A BA 2C 34 0 1B F9 29 36
Octal 151 132 272 54 64 0 33 371 51 66
Binary 1101001 1011010 10111010 101100 110100 0 11011 11111001 101001 110110

Color Harmonies of #695ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695ABA

Black with #695ABA

Text Example


Text Example

White with #695ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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