#6F86F1

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

Shades of Cornflower Blue #6F86F1

Tints of Cornflower Blue #6F86F1

Color information

#6F86F1 (or 0x6F86F1) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 86 and F1. RGB value is (111,134,241). Sum of RGB (Red+Green+Blue) = 111+134+241=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #6F86F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F86F1 is #90790E. Grayscale: #8A8A8A. Windows color (decimal): -9468175 or 15828591. OLE color: 15828591.

HSL color Cylindrical-coordinate representation of color #6F86F1: hue angle of 229.38º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F86F1 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB111134241-
CMYK0.540.4400.05
HSL229.38º82.28%69.02%-
HSV(B)229.38º53.94%94.51%-
XYZ30.9626.7886.76-
YUV139.32185.38107.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.84%
GREEN value IS 134 (52.73% from 255) = 27.57%
BLUE value IS 241 (94.53% from 255) = 49.59%
R=22.84%
G=27.57%
B=49.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1111342410.540.4400.05229.3882.2869.02
Hex6F86F1362C05e55245
Octal157206361665405345122105
Binary1101111100001101111000111011010110001011110010110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F86F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,134,241); }

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

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

 a { background-color: rgb(111,134,241); }

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

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

 span { border-color: rgb(111,134,241); }

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