#6691f1

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

Shades of Cornflower Blue #6691F1

Tints of Cornflower Blue #6691F1

Color information

#6691F1 (or 0x6691F1) is unknown color: approx Cornflower Blue. HEX triplet: 66, 91 and F1. RGB value is (102,145,241). Sum of RGB (Red+Green+Blue) = 102+145+241=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #6691F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6691F1 is #996E0E. Grayscale: #8E8E8E. Windows color (decimal): -10055183 or 15831398. OLE color: 15831398.

HSL color Cylindrical-coordinate representation of color #6691F1: hue angle of 221.44º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6691F1 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB102145241-
CMYK0.580.4000.05
HSL221.44º83.23%67.25%-
HSV(B)221.44º57.68%94.51%-
XYZ31.4829.4387.24-
YUV143.09183.2598.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.90%
GREEN value IS 145 (57.03% from 255) = 29.71%
BLUE value IS 241 (94.53% from 255) = 49.39%
R=20.90%
G=29.71%
B=49.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1021452410.580.4000.05221.4483.2367.25
Hex6691F13A2805dd5343
Octal146221361725005335123103
Binary1100110100100011111000111101010100001011101110110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6691f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6691f1; }

 p { color: rgb(102,145,241); }

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

<style>
 a { background-color: #6691f1; }

 a { background-color: rgb(102,145,241); }

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

<style>
 span { border-color: #6691f1; }

 span { border-color: rgb(102,145,241); }

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