#6981DE

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

Shades of Cornflower Blue #6981DE

Tints of Cornflower Blue #6981DE

Color information

#6981DE (or 0x6981DE) is unknown color: approx Cornflower Blue. HEX triplet: 69, 81 and DE. RGB value is (105,129,222). Sum of RGB (Red+Green+Blue) = 105+129+222=456 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.03% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #6981DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6981DE is #967E21. Grayscale: #848484. Windows color (decimal): -9862690 or 14582121. OLE color: 14582121.

HSL color Cylindrical-coordinate representation of color #6981DE: hue angle of 227.69º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6981DE is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105129222-
CMYK0.530.4200.13
HSL227.69º63.93%64.12%-
HSV(B)227.69º52.7%87.06%-
XYZ26.8623.9872.32-
YUV132.43178.55108.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.03%
GREEN value IS 129 (50.78% from 255) = 28.29%
BLUE value IS 222 (87.11% from 255) = 48.68%
R=23.03%
G=28.29%
B=48.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051292220.530.4200.13227.6963.9364.12
Hex6981DE352A0De44040
Octal1512013366552015344100100
Binary11010011000000111011110110101101010011011110010010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6981DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6981DE; }

 p { color: rgb(105,129,222); }

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

<style>
 a { background-color: #6981DE; }

 a { background-color: rgb(105,129,222); }

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

<style>
 span { border-color: #6981DE; }

 span { border-color: rgb(105,129,222); }

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