Html Css Color HEX #6662AF Blue Marguerite

📋 copy color: '#6662AF'

red 102 ◦ green 98 ◦ blue 175

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

Shades of Blue Marguerite #6662AF

Tints of Blue Marguerite #6662AF

RGB

 RED value IS 102 (40.23% from 255) = 27.2%

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

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

R = 27.2%
G = 26.13%
B = 46.67%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6662AF (or 0x6662AF) is known color: Blue Marguerite. HEX triplet: 66, 62 and AF. RGB value is (102,98,175). Sum of RGB (Red+Green+Blue) = 102+98+175=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #6662AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6662AF is #999D50. Grayscale: #6B6B6B. Windows color (decimal): -10067281 or 11493990. OLE color: 11493990.

HSL color Cylindrical-coordinate representation of color #6662AF: hue angle of 243.12º 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 #6662AF is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 98 175 -
CMYK 0.42 0.44 0 0.31
HSL 243.12º 0.32% 0.54% -
HSV(B) 243.12º 0.44% 0.69% -
XYZ 17.59 14.66 42.46 -
YUV 107.97 165.83 123.74 -
System Red Green Blue C M Y K H S L
Decimal 102 98 175 0.42 0.44 0 0.31 243.12 0.32 0.54
Hex 66 62 AF 2A 2C 0 1F F3 20 36
Octal 146 142 257 52 54 0 37 363 40 66
Binary 1100110 1100010 10101111 101010 101100 0 11111 11110011 100000 110110

Color Harmonies of #6662AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6662AF

Black with #6662AF

Text Example


Text Example

White with #6662AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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