Html Css Color HEX #6257B9 Blue Marguerite

📋 copy color: '#6257B9'

red 98 ◦ green 87 ◦ blue 185

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

Shades of Blue Marguerite #6257B9

Tints of Blue Marguerite #6257B9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.51%

 BLUE value IS 185 (72.66% from 255) = 50%

R = 26.49%
G = 23.51%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6257B9 (or 0x6257B9) is known color: Blue Marguerite. HEX triplet: 62, 57 and B9. RGB value is (98,87,185). Sum of RGB (Red+Green+Blue) = 98+87+185=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 185 (72.66% from 255 or 50% from 370); Max value from RGB is 185 - color contains mainly: blue. Hex color #6257B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6257B9 is #9DA846. Grayscale: #656565. Windows color (decimal): -10332231 or 12146530. OLE color: 12146530.

HSL color Cylindrical-coordinate representation of color #6257B9: hue angle of 246.73º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6257B9 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 87 185 -
CMYK 0.47 0.53 0 0.27
HSL 246.73º 0.41% 0.53% -
HSV(B) 246.73º 0.53% 0.73% -
XYZ 17.2 12.92 47.49 -
YUV 101.46 175.14 125.53 -
System Red Green Blue C M Y K H S L
Decimal 98 87 185 0.47 0.53 0 0.27 246.73 0.41 0.53
Hex 62 57 B9 2F 35 0 1B F7 29 35
Octal 142 127 271 57 65 0 33 367 51 65
Binary 1100010 1010111 10111001 101111 110101 0 11011 11110111 101001 110101

Color Harmonies of #6257B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6257B9

Black with #6257B9

Text Example


Text Example

White with #6257B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6257B9; }

 p { color: rgb(98,87,185); }

 H1.HeaderClassName
 {
   color: #6257B9;
 }
 .AnyTagClassName
 {
   color: #6257B9;
 }
</style>

background-color css

<style>
 a { background-color: #6257B9; }

 a { background-color: rgb(98,87,185); }

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

border-color css

<style>
 span { border-color: #6257B9; }

 span { border-color: rgb(98,87,185); }

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