#6F83F7

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

Shades of Cornflower Blue #6F83F7

Tints of Cornflower Blue #6F83F7

Color information

#6F83F7 (or 0x6F83F7) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 83 and F7. RGB value is (111,131,247). Sum of RGB (Red+Green+Blue) = 111+131+247=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 247 (96.88% from 255 or 50.51% from 489); Max value from RGB is 247 - color contains mainly: blue. Hex color #6F83F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F83F7 is #907C08. Grayscale: #898989. Windows color (decimal): -9468937 or 16221039. OLE color: 16221039.

HSL color Cylindrical-coordinate representation of color #6F83F7: hue angle of 231.18º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F83F7 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB111131247-
CMYK0.550.4700.03
HSL231.18º89.47%70.2%-
HSV(B)231.18º55.06%96.86%-
XYZ31.4626.3391.42-
YUV138.24189.37108.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.70%
GREEN value IS 131 (51.56% from 255) = 26.79%
BLUE value IS 247 (96.88% from 255) = 50.51%
R=22.70%
G=26.79%
B=50.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1111312470.550.4700.03231.1889.4770.2
Hex6F83F7372F03e75946
Octal157203367675703347131106
Binary110111110000011111101111101111011110111110011110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F83F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,131,247); }

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

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

 a { background-color: rgb(111,131,247); }

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

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

 span { border-color: rgb(111,131,247); }

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