Html Css Color HEX #6256AF Blue Marguerite

📋 copy color: '#6256AF'

red 98 ◦ green 86 ◦ blue 175

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

Shades of Blue Marguerite #6256AF

Tints of Blue Marguerite #6256AF

RGB

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

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

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

R = 27.3%
G = 23.96%
B = 48.75%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6256AF (or 0x6256AF) is known color: Blue Marguerite. HEX triplet: 62, 56 and AF. RGB value is (98,86,175). Sum of RGB (Red+Green+Blue) = 98+86+175=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #6256AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6256AF is #9DA950. Grayscale: #636363. Windows color (decimal): -10332497 or 11490914. OLE color: 11490914.

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

Color convert

RGB 98 86 175 -
CMYK 0.44 0.51 0 0.31
HSL 248.09º 0.36% 0.51% -
HSV(B) 248.09º 0.51% 0.69% -
XYZ 16.1 12.35 42.09 -
YUV 99.73 170.48 126.76 -
System Red Green Blue C M Y K H S L
Decimal 98 86 175 0.44 0.51 0 0.31 248.09 0.36 0.51
Hex 62 56 AF 2C 33 0 1F F8 24 33
Octal 142 126 257 54 63 0 37 370 44 63
Binary 1100010 1010110 10101111 101100 110011 0 11111 11111000 100100 110011

Color Harmonies of #6256AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6256AF

Black with #6256AF

Text Example


Text Example

White with #6256AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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