Html Css Color HEX #6256BC Blue Marguerite

📋 copy color: '#6256BC'

red 98 ◦ green 86 ◦ blue 188

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

Shades of Blue Marguerite #6256BC

Tints of Blue Marguerite #6256BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.54%

R = 26.34%
G = 23.12%
B = 50.54%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6256BC (or 0x6256BC) is known color: Blue Marguerite. HEX triplet: 62, 56 and BC. RGB value is (98,86,188). Sum of RGB (Red+Green+Blue) = 98+86+188=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #6256BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6256BC is #9DA943. Grayscale: #646464. Windows color (decimal): -10332484 or 12342882. OLE color: 12342882.

HSL color Cylindrical-coordinate representation of color #6256BC: hue angle of 247.06º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6256BC is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 86 188 -
CMYK 0.48 0.54 0 0.26
HSL 247.06º 0.43% 0.54% -
HSV(B) 247.06º 0.54% 0.74% -
XYZ 17.44 12.88 49.14 -
YUV 101.22 176.98 125.71 -
System Red Green Blue C M Y K H S L
Decimal 98 86 188 0.48 0.54 0 0.26 247.06 0.43 0.54
Hex 62 56 BC 30 36 0 1A F7 2B 36
Octal 142 126 274 60 66 0 32 367 53 66
Binary 1100010 1010110 10111100 110000 110110 0 11010 11110111 101011 110110

Color Harmonies of #6256BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6256BC

Black with #6256BC

Text Example


Text Example

White with #6256BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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