#6C62BE

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

Shades of Blue Marguerite #6C62BE

Tints of Blue Marguerite #6C62BE

Color information

#6C62BE (or 0x6C62BE) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 62 and BE. RGB value is (108,98,190). Sum of RGB (Red+Green+Blue) = 108+98+190=396 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.27% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C62BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C62BE is #939D41. Grayscale: #6F6F6F. Windows color (decimal): -9674050 or 12477036. OLE color: 12477036.

HSL color Cylindrical-coordinate representation of color #6C62BE: hue angle of 246.52º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C62BE is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10898190-
CMYK0.430.4800.25
HSL246.52º41.44%56.47%-
HSV(B)246.52º48.42%74.51%-
XYZ19.8515.6450.69-
YUV111.48172.31125.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.27%
GREEN value IS 98 (38.67% from 255) = 24.75%
BLUE value IS 190 (74.61% from 255) = 47.98%
R=27.27%
G=24.75%
B=47.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108981900.430.4800.25246.5241.4456.47
Hex6C62BE2B30019f72938
Octal15414227653600313675170
Binary110110011000101011111010101111000001100111110111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C62BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C62BE; }

 p { color: rgb(108,98,190); }

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

<style>
 a { background-color: #6C62BE; }

 a { background-color: rgb(108,98,190); }

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

<style>
 span { border-color: #6C62BE; }

 span { border-color: rgb(108,98,190); }

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