#6880F3

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

Shades of Cornflower Blue #6880F3

Tints of Cornflower Blue #6880F3

Color information

#6880F3 (or 0x6880F3) is unknown color: approx Cornflower Blue. HEX triplet: 68, 80 and F3. RGB value is (104,128,243). Sum of RGB (Red+Green+Blue) = 104+128+243=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 243 (95.31% from 255 or 51.16% from 475); Max value from RGB is 243 - color contains mainly: blue. Hex color #6880F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6880F3 is #977F0C. Grayscale: #858585. Windows color (decimal): -9928461 or 15958120. OLE color: 15958120.

HSL color Cylindrical-coordinate representation of color #6880F3: hue angle of 229.64º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6880F3 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB104128243-
CMYK0.570.4700.05
HSL229.64º85.28%68.04%-
HSV(B)229.64º57.2%95.29%-
XYZ29.6124.8588.03-
YUV133.93189.55106.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.89%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 243 (95.31% from 255) = 51.16%
R=21.89%
G=26.95%
B=51.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1041282430.570.4700.05229.6485.2868.04
Hex6880F3392F05e65544
Octal150200363715705346125104
Binary1101000100000001111001111100110111101011110011010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6880F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6880F3; }

 p { color: rgb(104,128,243); }

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

<style>
 a { background-color: #6880F3; }

 a { background-color: rgb(104,128,243); }

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

<style>
 span { border-color: #6880F3; }

 span { border-color: rgb(104,128,243); }

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