Html Css Color HEX #6653BA Blue Marguerite

📋 copy color: '#6653BA'

red 102 ◦ green 83 ◦ blue 186

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

Shades of Blue Marguerite #6653BA

Tints of Blue Marguerite #6653BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 27.49%
G = 22.37%
B = 50.13%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6653BA (or 0x6653BA) is known color: Blue Marguerite. HEX triplet: 66, 53 and BA. RGB value is (102,83,186). Sum of RGB (Red+Green+Blue) = 102+83+186=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #6653BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6653BA is #99AC45. Grayscale: #646464. Windows color (decimal): -10071110 or 12211046. OLE color: 12211046.

HSL color Cylindrical-coordinate representation of color #6653BA: hue angle of 251.07º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6653BA is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 83 186 -
CMYK 0.45 0.55 0 0.27
HSL 251.07º 0.43% 0.53% -
HSV(B) 251.07º 0.55% 0.73% -
XYZ 17.44 12.56 47.96 -
YUV 100.42 176.29 129.12 -
System Red Green Blue C M Y K H S L
Decimal 102 83 186 0.45 0.55 0 0.27 251.07 0.43 0.53
Hex 66 53 BA 2D 37 0 1B FB 2B 35
Octal 146 123 272 55 67 0 33 373 53 65
Binary 1100110 1010011 10111010 101101 110111 0 11011 11111011 101011 110101

Color Harmonies of #6653BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6653BA

Black with #6653BA

Text Example


Text Example

White with #6653BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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