Html Css Color HEX #6954AF Blue Marguerite

📋 copy color: '#6954AF'

red 105 ◦ green 84 ◦ blue 175

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

Shades of Blue Marguerite #6954AF

Tints of Blue Marguerite #6954AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.08%

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

R = 28.85%
G = 23.08%
B = 48.08%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6954AF (or 0x6954AF) is known color: Blue Marguerite. HEX triplet: 69, 54 and AF. RGB value is (105,84,175). Sum of RGB (Red+Green+Blue) = 105+84+175=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #6954AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6954AF is #96AB50. Grayscale: #646464. Windows color (decimal): -9874257 or 11490409. OLE color: 11490409.

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

Color convert

RGB 105 84 175 -
CMYK 0.40 0.52 0 0.31
HSL 253.85º 0.36% 0.51% -
HSV(B) 253.85º 0.52% 0.69% -
XYZ 16.73 12.44 42.08 -
YUV 100.65 169.96 131.1 -
System Red Green Blue C M Y K H S L
Decimal 105 84 175 0.40 0.52 0 0.31 253.85 0.36 0.51
Hex 69 54 AF 28 34 0 1F FE 24 33
Octal 151 124 257 50 64 0 37 376 44 63
Binary 1101001 1010100 10101111 101000 110100 0 11111 11111110 100100 110011

Color Harmonies of #6954AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6954AF

Black with #6954AF

Text Example


Text Example

White with #6954AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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