Html Css Color HEX #6966AF Blue Marguerite

📋 copy color: '#6966AF'

red 105 ◦ green 102 ◦ blue 175

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

Shades of Blue Marguerite #6966AF

Tints of Blue Marguerite #6966AF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.7%

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

R = 27.49%
G = 26.7%
B = 45.81%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6966AF (or 0x6966AF) is known color: Blue Marguerite. HEX triplet: 69, 66 and AF. RGB value is (105,102,175). Sum of RGB (Red+Green+Blue) = 105+102+175=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #6966AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6966AF is #969950. Grayscale: #6E6E6E. Windows color (decimal): -9869649 or 11495017. OLE color: 11495017.

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

Color convert

RGB 105 102 175 -
CMYK 0.40 0.42 0 0.31
HSL 242.47º 0.31% 0.54% -
HSV(B) 242.47º 0.42% 0.69% -
XYZ 18.31 15.6 42.6 -
YUV 111.22 163.99 123.56 -
System Red Green Blue C M Y K H S L
Decimal 105 102 175 0.40 0.42 0 0.31 242.47 0.31 0.54
Hex 69 66 AF 28 2A 0 1F F2 1F 36
Octal 151 146 257 50 52 0 37 362 37 66
Binary 1101001 1100110 10101111 101000 101010 0 11111 11110010 11111 110110

Color Harmonies of #6966AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6966AF

Black with #6966AF

Text Example


Text Example

White with #6966AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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