#779FF6

Color #779FF6 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #779FF6

Tints of Cornflower Blue #779FF6

Color information

#779FF6 (or 0x779FF6) is unknown color: approx Cornflower Blue. HEX triplet: 77, 9F and F6. RGB value is (119,159,246). Sum of RGB (Red+Green+Blue) = 119+159+246=524 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.71% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #779FF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779FF6 is #886009. Grayscale: #9C9C9C. Windows color (decimal): -8937482 or 16162679. OLE color: 16162679.

HSL color Cylindrical-coordinate representation of color #779FF6: hue angle of 221.1º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #779FF6 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB119159246-
CMYK0.520.3500.04
HSL221.1º87.59%71.57%-
HSV(B)221.1º51.63%96.47%-
XYZ36.6435.3792.09-
YUV156.96178.25100.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.71%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 246 (96.48% from 255) = 46.95%
R=22.71%
G=30.34%
B=46.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1191592460.520.3500.04221.187.5971.57
Hex779FF6342304dd5848
Octal167237366644304335130110
Binary1110111100111111111011011010010001101001101110110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779FF6; }

 p { color: rgb(119,159,246); }

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

<style>
 a { background-color: #779FF6; }

 a { background-color: rgb(119,159,246); }

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

<style>
 span { border-color: #779FF6; }

 span { border-color: rgb(119,159,246); }

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