#6895e9

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

Shades of Cornflower Blue #6895E9

Tints of Cornflower Blue #6895E9

Color information

#6895E9 (or 0x6895E9) is unknown color: approx Cornflower Blue. HEX triplet: 68, 95 and E9. RGB value is (104,149,233). Sum of RGB (Red+Green+Blue) = 104+149+233=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 233 - color contains mainly: blue. Hex color #6895E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6895E9 is #976A16. Grayscale: #909090. Windows color (decimal): -9923095 or 15308136. OLE color: 15308136.

HSL color Cylindrical-coordinate representation of color #6895E9: hue angle of 219.07º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6895E9 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB104149233-
CMYK0.550.3600.09
HSL219.07º74.57%66.08%-
HSV(B)219.07º55.36%91.37%-
XYZ31.1630.3281.3-
YUV145.12177.5998.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.40%
GREEN value IS 149 (58.59% from 255) = 30.66%
BLUE value IS 233 (91.41% from 255) = 47.94%
R=21.40%
G=30.66%
B=47.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1041492330.550.3600.09219.0774.5766.08
Hex6895E9372409db4b42
Octal1502253516744011333113102
Binary11010001001010111101001110111100100010011101101110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6895e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6895e9; }

 p { color: rgb(104,149,233); }

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

<style>
 a { background-color: #6895e9; }

 a { background-color: rgb(104,149,233); }

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

<style>
 span { border-color: #6895e9; }

 span { border-color: rgb(104,149,233); }

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