#6985EB

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

Shades of Cornflower Blue #6985EB

Tints of Cornflower Blue #6985EB

Color information

#6985EB (or 0x6985EB) is unknown color: approx Cornflower Blue. HEX triplet: 69, 85 and EB. RGB value is (105,133,235). Sum of RGB (Red+Green+Blue) = 105+133+235=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #6985EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6985EB is #967A14. Grayscale: #878787. Windows color (decimal): -9861653 or 15435113. OLE color: 15435113.

HSL color Cylindrical-coordinate representation of color #6985EB: hue angle of 227.08º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6985EB is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB105133235-
CMYK0.550.4300.08
HSL227.08º76.47%66.67%-
HSV(B)227.08º55.32%92.16%-
XYZ29.2125.7882.03-
YUV136.26183.72105.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.20%
GREEN value IS 133 (52.34% from 255) = 28.12%
BLUE value IS 235 (92.19% from 255) = 49.68%
R=22.20%
G=28.12%
B=49.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1051332350.550.4300.08227.0876.4766.67
Hex6985EB372B08e34c43
Octal1512053536753010343114103
Binary11010011000010111101011110111101011010001110001110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6985EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6985EB; }

 p { color: rgb(105,133,235); }

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

<style>
 a { background-color: #6985EB; }

 a { background-color: rgb(105,133,235); }

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

<style>
 span { border-color: #6985EB; }

 span { border-color: rgb(105,133,235); }

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