#6D85FD

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

Shades of Cornflower Blue #6D85FD

Tints of Cornflower Blue #6D85FD

Color information

#6D85FD (or 0x6D85FD) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 85 and FD. RGB value is (109,133,253). Sum of RGB (Red+Green+Blue) = 109+133+253=495 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.02% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D85FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D85FD is #927A02. Grayscale: #8B8B8B. Windows color (decimal): -9599491 or 16614765. OLE color: 16614765.

HSL color Cylindrical-coordinate representation of color #6D85FD: hue angle of 230º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D85FD is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB109133253-
CMYK0.570.4700.01
HSL230º97.3%70.98%-
HSV(B)230º56.92%99.22%-
XYZ32.4227.1296.45-
YUV139.5192.05106.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.02%
GREEN value IS 133 (52.34% from 255) = 26.87%
BLUE value IS 253 (99.22% from 255) = 51.11%
R=22.02%
G=26.87%
B=51.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1091332530.570.4700.0123097.370.98
Hex6D85FD392F01e66147
Octal155205375715701346141107
Binary11011011000010111111101111001101111011110011011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D85FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,133,253); }

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

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

 a { background-color: rgb(109,133,253); }

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

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

 span { border-color: rgb(109,133,253); }

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