#6981DA

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

Shades of Cornflower Blue #6981DA

Tints of Cornflower Blue #6981DA

Color information

#6981DA (or 0x6981DA) is unknown color: approx Cornflower Blue. HEX triplet: 69, 81 and DA. RGB value is (105,129,218). Sum of RGB (Red+Green+Blue) = 105+129+218=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #6981DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6981DA is #967E25. Grayscale: #838383. Windows color (decimal): -9862694 or 14319977. OLE color: 14319977.

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

Color convert

RGB105129218-
CMYK0.520.4100.15
HSL227.26º60.43%63.33%-
HSV(B)227.26º51.83%85.49%-
XYZ26.3323.7769.53-
YUV131.97176.55108.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.23%
GREEN value IS 129 (50.78% from 255) = 28.54%
BLUE value IS 218 (85.55% from 255) = 48.23%
R=23.23%
G=28.54%
B=48.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1051292180.520.4100.15227.2660.4363.33
Hex6981DA34290Fe33c3f
Octal15120133264510173437477
Binary110100110000001110110101101001010010111111100011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6981DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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