Html Css Color HEX #6258AB Blue Marguerite

📋 copy color: '#6258AB'

red 98 ◦ green 88 ◦ blue 171

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

Shades of Blue Marguerite #6258AB

Tints of Blue Marguerite #6258AB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.65%

 BLUE value IS 171 (67.19% from 255) = 47.9%

R = 27.45%
G = 24.65%
B = 47.9%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6258AB (or 0x6258AB) is known color: Blue Marguerite. HEX triplet: 62, 58 and AB. RGB value is (98,88,171). Sum of RGB (Red+Green+Blue) = 98+88+171=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #6258AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6258AB is #9DA754. Grayscale: #646464. Windows color (decimal): -10331989 or 11229282. OLE color: 11229282.

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

Color convert

RGB 98 88 171 -
CMYK 0.43 0.49 0 0.33
HSL 247.23º 0.33% 0.51% -
HSV(B) 247.23º 0.49% 0.67% -
XYZ 15.88 12.52 40.11 -
YUV 100.45 167.81 126.25 -
System Red Green Blue C M Y K H S L
Decimal 98 88 171 0.43 0.49 0 0.33 247.23 0.33 0.51
Hex 62 58 AB 2B 31 0 21 F7 21 33
Octal 142 130 253 53 61 0 41 367 41 63
Binary 1100010 1011000 10101011 101011 110001 0 100001 11110111 100001 110011

Color Harmonies of #6258AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6258AB

Black with #6258AB

Text Example


Text Example

White with #6258AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6258AB; }

 p { color: rgb(98,88,171); }

 H1.HeaderClassName
 {
   color: #6258AB;
 }
 .AnyTagClassName
 {
   color: #6258AB;
 }
</style>

background-color css

<style>
 a { background-color: #6258AB; }

 a { background-color: rgb(98,88,171); }

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

border-color css

<style>
 span { border-color: #6258AB; }

 span { border-color: rgb(98,88,171); }

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