Html Css Color HEX #6255AE Blue Marguerite

📋 copy color: '#6255AE'

red 98 ◦ green 85 ◦ blue 174

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

Shades of Blue Marguerite #6255AE

Tints of Blue Marguerite #6255AE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.81%

 BLUE value IS 174 (68.36% from 255) = 48.74%

R = 27.45%
G = 23.81%
B = 48.74%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6255AE (or 0x6255AE) is known color: Blue Marguerite. HEX triplet: 62, 55 and AE. RGB value is (98,85,174). Sum of RGB (Red+Green+Blue) = 98+85+174=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #6255AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6255AE is #9DAA51. Grayscale: #626262. Windows color (decimal): -10332754 or 11425122. OLE color: 11425122.

HSL color Cylindrical-coordinate representation of color #6255AE: hue angle of 248.76º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6255AE is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 98 85 174 -
CMYK 0.44 0.51 0 0.32
HSL 248.76º 0.35% 0.51% -
HSV(B) 248.76º 0.51% 0.68% -
XYZ 15.93 12.15 41.55 -
YUV 99.03 170.31 127.26 -
System Red Green Blue C M Y K H S L
Decimal 98 85 174 0.44 0.51 0 0.32 248.76 0.35 0.51
Hex 62 55 AE 2C 33 0 20 F9 23 33
Octal 142 125 256 54 63 0 40 371 43 63
Binary 1100010 1010101 10101110 101100 110011 0 100000 11111001 100011 110011

Color Harmonies of #6255AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6255AE

Black with #6255AE

Text Example


Text Example

White with #6255AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6255AE; }

 p { color: rgb(98,85,174); }

 H1.HeaderClassName
 {
   color: #6255AE;
 }
 .AnyTagClassName
 {
   color: #6255AE;
 }
</style>

background-color css

<style>
 a { background-color: #6255AE; }

 a { background-color: rgb(98,85,174); }

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

border-color css

<style>
 span { border-color: #6255AE; }

 span { border-color: rgb(98,85,174); }

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