#6F8AD6

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

Shades of Cornflower Blue #6F8AD6

Tints of Cornflower Blue #6F8AD6

Color information

#6F8AD6 (or 0x6F8AD6) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 8A and D6. RGB value is (111,138,214). Sum of RGB (Red+Green+Blue) = 111+138+214=463 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.97% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 214 (83.98% from 255 or 46.22% from 463); Max value from RGB is 214 - color contains mainly: blue. Hex color #6F8AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8AD6 is #907529. Grayscale: #8A8A8A. Windows color (decimal): -9467178 or 14060143. OLE color: 14060143.

HSL color Cylindrical-coordinate representation of color #6F8AD6: hue angle of 224.27º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F8AD6 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB111138214-
CMYK0.480.3600.16
HSL224.27º55.68%63.73%-
HSV(B)224.27º48.13%83.92%-
XYZ27.7826.4167.25-
YUV138.59170.55108.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.97%
GREEN value IS 138 (54.30% from 255) = 29.81%
BLUE value IS 214 (83.98% from 255) = 46.22%
R=23.97%
G=29.81%
B=46.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1111382140.480.3600.16224.2755.6863.73
Hex6F8AD63024010e03840
Octal157212326604402034070100
Binary11011111000101011010110110000100100010000111000001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,138,214); }

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

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

 a { background-color: rgb(111,138,214); }

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

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

 span { border-color: rgb(111,138,214); }

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