#6245BC

Color #6245BC Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #6245BC

Tints of Blue Marguerite #6245BC

Color information

#6245BC (or 0x6245BC) is unknown color: approx Blue Marguerite. HEX triplet: 62, 45 and BC. RGB value is (98,69,188). Sum of RGB (Red+Green+Blue) = 98+69+188=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #6245BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6245BC is #9DBA43. Grayscale: #5A5A5A. Windows color (decimal): -10336836 or 12338530. OLE color: 12338530.

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

Color convert

RGB9869188-
CMYK0.480.6300.26
HSL254.62º47.04%50.39%-
HSV(B)254.62º63.3%73.73%-
XYZ16.2410.4848.74-
YUV91.24182.61132.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.61%
GREEN value IS 69 (27.34% from 255) = 19.44%
BLUE value IS 188 (73.83% from 255) = 52.96%
R=27.61%
G=19.44%
B=52.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal98691880.480.6300.26254.6247.0450.39
Hex6245BC303F01Aff2f32
Octal14210527460770323775762
Binary110001010001011011110011000011111101101011111111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6245BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6245BC;
 }
 .AnyTagClassName
 {
   color: #6245BC;
 }
</style>
background-color css

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

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

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

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

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

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