#6983D9

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

Shades of Cornflower Blue #6983D9

Tints of Cornflower Blue #6983D9

Color information

#6983D9 (or 0x6983D9) is unknown color: approx Cornflower Blue. HEX triplet: 69, 83 and D9. RGB value is (105,131,217). Sum of RGB (Red+Green+Blue) = 105+131+217=453 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.18% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #6983D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6983D9 is #967C26. Grayscale: #848484. Windows color (decimal): -9862183 or 14254953. OLE color: 14254953.

HSL color Cylindrical-coordinate representation of color #6983D9: hue angle of 226.07º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6983D9 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB105131217-
CMYK0.520.4000.15
HSL226.07º59.57%63.14%-
HSV(B)226.07º51.61%85.1%-
XYZ26.4724.2568.93-
YUV133.03175.39108.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.18%
GREEN value IS 131 (51.56% from 255) = 28.92%
BLUE value IS 217 (85.16% from 255) = 47.90%
R=23.18%
G=28.92%
B=47.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1051312170.520.4000.15226.0759.5763.14
Hex6983D934280Fe23c3f
Octal15120333164500173427477
Binary110100110000011110110011101001010000111111100010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6983D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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