#6962B8

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

Shades of Blue Marguerite #6962B8

Tints of Blue Marguerite #6962B8

Color information

#6962B8 (or 0x6962B8) is unknown color: approx Blue Marguerite. HEX triplet: 69, 62 and B8. RGB value is (105,98,184). Sum of RGB (Red+Green+Blue) = 105+98+184=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 184 - color contains mainly: blue. Hex color #6962B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6962B8 is #969D47. Grayscale: #6D6D6D. Windows color (decimal): -9870664 or 12083817. OLE color: 12083817.

HSL color Cylindrical-coordinate representation of color #6962B8: hue angle of 244.88º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6962B8 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10598184-
CMYK0.430.4700.28
HSL244.88º37.72%55.29%-
HSV(B)244.88º46.74%72.16%-
XYZ18.8515.247.29-
YUV109.9169.82124.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.13%
GREEN value IS 98 (38.67% from 255) = 25.32%
BLUE value IS 184 (72.27% from 255) = 47.55%
R=27.13%
G=25.32%
B=47.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal105981840.430.4700.28244.8837.7255.29
Hex6962B82B2F01Cf52637
Octal15114227053570343654667
Binary110100111000101011100010101110111101110011110101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6962B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6962B8; }

 p { color: rgb(105,98,184); }

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

<style>
 a { background-color: #6962B8; }

 a { background-color: rgb(105,98,184); }

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

<style>
 span { border-color: #6962B8; }

 span { border-color: rgb(105,98,184); }

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