#6F97F7

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

Shades of Cornflower Blue #6F97F7

Tints of Cornflower Blue #6F97F7

Color information

#6F97F7 (or 0x6F97F7) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 97 and F7. RGB value is (111,151,247). Sum of RGB (Red+Green+Blue) = 111+151+247=509 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.81% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #6F97F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F97F7 is #906808. Grayscale: #959595. Windows color (decimal): -9463817 or 16226159. OLE color: 16226159.

HSL color Cylindrical-coordinate representation of color #6F97F7: hue angle of 222.35º 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 #6F97F7 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB111151247-
CMYK0.550.3900.03
HSL222.35º89.47%70.2%-
HSV(B)222.35º55.06%96.86%-
XYZ34.4132.2392.4-
YUV149.98182.75100.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.81%
GREEN value IS 151 (59.38% from 255) = 29.67%
BLUE value IS 247 (96.88% from 255) = 48.53%
R=21.81%
G=29.67%
B=48.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1111512470.550.3900.03222.3589.4770.2
Hex6F97F7372703de5946
Octal157227367674703336131106
Binary110111110010111111101111101111001110111101111010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F97F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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