#6982DA

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

Shades of Cornflower Blue #6982DA

Tints of Cornflower Blue #6982DA

Color information

#6982DA (or 0x6982DA) is unknown color: approx Cornflower Blue. HEX triplet: 69, 82 and DA. RGB value is (105,130,218). Sum of RGB (Red+Green+Blue) = 105+130+218=453 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.18% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #6982DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6982DA is #967D25. Grayscale: #848484. Windows color (decimal): -9862438 or 14320233. OLE color: 14320233.

HSL color Cylindrical-coordinate representation of color #6982DA: hue angle of 226.73º 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 #6982DA is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB105130218-
CMYK0.520.4000.15
HSL226.73º60.43%63.33%-
HSV(B)226.73º51.83%85.49%-
XYZ26.4624.0369.57-
YUV132.56176.22108.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.18%
GREEN value IS 130 (51.17% from 255) = 28.70%
BLUE value IS 218 (85.55% from 255) = 48.12%
R=23.18%
G=28.70%
B=48.12%

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
Decimal1051302180.520.4000.15226.7360.4363.33
Hex6982DA34280Fe33c3f
Octal15120233264500173437477
Binary110100110000010110110101101001010000111111100011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6982DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6982DA; }

 p { color: rgb(105,130,218); }

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

<style>
 a { background-color: #6982DA; }

 a { background-color: rgb(105,130,218); }

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

<style>
 span { border-color: #6982DA; }

 span { border-color: rgb(105,130,218); }

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