Html Css Color HEX #6962AF Blue Marguerite

📋 copy color: '#6962AF'

red 105 ◦ green 98 ◦ blue 175

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

Shades of Blue Marguerite #6962AF

Tints of Blue Marguerite #6962AF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.93%

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

R = 27.78%
G = 25.93%
B = 46.3%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6962AF (or 0x6962AF) is known color: Blue Marguerite. HEX triplet: 69, 62 and AF. RGB value is (105,98,175). Sum of RGB (Red+Green+Blue) = 105+98+175=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #6962AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6962AF is #969D50. Grayscale: #6C6C6C. Windows color (decimal): -9870673 or 11493993. OLE color: 11493993.

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

Color convert

RGB 105 98 175 -
CMYK 0.40 0.44 0 0.31
HSL 245.45º 0.32% 0.54% -
HSV(B) 245.45º 0.44% 0.69% -
XYZ 17.93 14.83 42.48 -
YUV 108.87 165.32 125.24 -
System Red Green Blue C M Y K H S L
Decimal 105 98 175 0.40 0.44 0 0.31 245.45 0.32 0.54
Hex 69 62 AF 28 2C 0 1F F5 20 36
Octal 151 142 257 50 54 0 37 365 40 66
Binary 1101001 1100010 10101111 101000 101100 0 11111 11110101 100000 110110

Color Harmonies of #6962AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6962AF

Black with #6962AF

Text Example


Text Example

White with #6962AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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