Html Css Color HEX #6256AC Blue Marguerite

📋 copy color: '#6256AC'

red 98 ◦ green 86 ◦ blue 172

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

Shades of Blue Marguerite #6256AC

Tints of Blue Marguerite #6256AC

RGB

 RED value IS 98 (38.67% from 255) = 27.53%

 GREEN value IS 86 (33.98% from 255) = 24.16%

 BLUE value IS 172 (67.58% from 255) = 48.31%

R = 27.53%
G = 24.16%
B = 48.31%

CMYK

 C value IS 0.43

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6256AC (or 0x6256AC) is known color: Blue Marguerite. HEX triplet: 62, 56 and AC. RGB value is (98,86,172). Sum of RGB (Red+Green+Blue) = 98+86+172=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #6256AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6256AC is #9DA953. Grayscale: #636363. Windows color (decimal): -10332500 or 11294306. OLE color: 11294306.

HSL color Cylindrical-coordinate representation of color #6256AC: hue angle of 248.37º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6256AC is Cyan = 0.43, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 86 172 -
CMYK 0.43 0.5 0 0.33
HSL 248.37º 0.34% 0.51% -
HSV(B) 248.37º 0.5% 0.67% -
XYZ 15.81 12.23 40.56 -
YUV 99.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 98 86 172 0.43 0.5 0 0.33 248.37 0.34 0.51
Hex 62 56 AC 2B 32 0 21 F8 22 33
Octal 142 126 254 53 62 0 41 370 42 63
Binary 1100010 1010110 10101100 101011 110010 0 100001 11111000 100010 110011

Color Harmonies of #6256AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6256AC

Black with #6256AC

Text Example


Text Example

White with #6256AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6256AC; }

 p { color: rgb(98,86,172); }

 H1.HeaderClassName
 {
   color: #6256AC;
 }
 .AnyTagClassName
 {
   color: #6256AC;
 }
</style>

background-color css

<style>
 a { background-color: #6256AC; }

 a { background-color: rgb(98,86,172); }

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

border-color css

<style>
 span { border-color: #6256AC; }

 span { border-color: rgb(98,86,172); }

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