Html Css Color HEX #6653AF Blue Marguerite

📋 copy color: '#6653AF'

red 102 ◦ green 83 ◦ blue 175

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

Shades of Blue Marguerite #6653AF

Tints of Blue Marguerite #6653AF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.06%

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

R = 28.33%
G = 23.06%
B = 48.61%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6653AF (or 0x6653AF) is known color: Blue Marguerite. HEX triplet: 66, 53 and AF. RGB value is (102,83,175). Sum of RGB (Red+Green+Blue) = 102+83+175=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #6653AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6653AF is #99AC50. Grayscale: #626262. Windows color (decimal): -10071121 or 11490150. OLE color: 11490150.

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

Color convert

RGB 102 83 175 -
CMYK 0.42 0.53 0 0.31
HSL 252.39º 0.37% 0.51% -
HSV(B) 252.39º 0.53% 0.69% -
XYZ 16.31 12.11 42.03 -
YUV 99.17 170.79 130.02 -
System Red Green Blue C M Y K H S L
Decimal 102 83 175 0.42 0.53 0 0.31 252.39 0.37 0.51
Hex 66 53 AF 2A 35 0 1F FC 25 33
Octal 146 123 257 52 65 0 37 374 45 63
Binary 1100110 1010011 10101111 101010 110101 0 11111 11111100 100101 110011

Color Harmonies of #6653AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6653AF

Black with #6653AF

Text Example


Text Example

White with #6653AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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