#6983FD

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

Shades of Cornflower Blue #6983FD

Tints of Cornflower Blue #6983FD

Color information

#6983FD (or 0x6983FD) is unknown color: approx Cornflower Blue. HEX triplet: 69, 83 and FD. RGB value is (105,131,253). Sum of RGB (Red+Green+Blue) = 105+131+253=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #6983FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6983FD is #967C02. Grayscale: #888888. Windows color (decimal): -9862147 or 16614249. OLE color: 16614249.

HSL color Cylindrical-coordinate representation of color #6983FD: hue angle of 229.46º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6983FD is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB105131253-
CMYK0.580.4800.01
HSL229.46º97.37%70.2%-
HSV(B)229.46º58.5%99.22%-
XYZ31.6726.3396.34-
YUV137.13193.39105.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.47%
GREEN value IS 131 (51.56% from 255) = 26.79%
BLUE value IS 253 (99.22% from 255) = 51.74%
R=21.47%
G=26.79%
B=51.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1051312530.580.4800.01229.4697.3770.2
Hex6983FD3A3001e56146
Octal151203375726001345141106
Binary11010011000001111111101111010110000011110010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6983FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6983FD; }

 p { color: rgb(105,131,253); }

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

<style>
 a { background-color: #6983FD; }

 a { background-color: rgb(105,131,253); }

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

<style>
 span { border-color: #6983FD; }

 span { border-color: rgb(105,131,253); }

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