Html Css Color HEX #6960AF Blue Marguerite

📋 copy color: '#6960AF'

red 105 ◦ green 96 ◦ blue 175

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

Shades of Blue Marguerite #6960AF

Tints of Blue Marguerite #6960AF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.53%

 BLUE value IS 175 (68.75% from 255) = 46.54%

R = 27.93%
G = 25.53%
B = 46.54%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6960AF (or 0x6960AF) is known color: Blue Marguerite. HEX triplet: 69, 60 and AF. RGB value is (105,96,175). Sum of RGB (Red+Green+Blue) = 105+96+175=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #6960AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6960AF is #969F50. Grayscale: #6B6B6B. Windows color (decimal): -9871185 or 11493481. OLE color: 11493481.

HSL color Cylindrical-coordinate representation of color #6960AF: hue angle of 246.84º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6960AF is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 96 175 -
CMYK 0.40 0.45 0 0.31
HSL 246.84º 0.33% 0.53% -
HSV(B) 246.84º 0.45% 0.69% -
XYZ 17.75 14.46 42.41 -
YUV 107.7 165.98 126.08 -
System Red Green Blue C M Y K H S L
Decimal 105 96 175 0.40 0.45 0 0.31 246.84 0.33 0.53
Hex 69 60 AF 28 2D 0 1F F7 21 35
Octal 151 140 257 50 55 0 37 367 41 65
Binary 1101001 1100000 10101111 101000 101101 0 11111 11110111 100001 110101

Color Harmonies of #6960AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6960AF

Black with #6960AF

Text Example


Text Example

White with #6960AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6960AF; }

 p { color: rgb(105,96,175); }

 H1.HeaderClassName
 {
   color: #6960AF;
 }
 .AnyTagClassName
 {
   color: #6960AF;
 }
</style>

background-color css

<style>
 a { background-color: #6960AF; }

 a { background-color: rgb(105,96,175); }

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

border-color css

<style>
 span { border-color: #6960AF; }

 span { border-color: rgb(105,96,175); }

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