#6897F0

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

Shades of Cornflower Blue #6897F0

Tints of Cornflower Blue #6897F0

Color information

#6897F0 (or 0x6897F0) is unknown color: approx Cornflower Blue. HEX triplet: 68, 97 and F0. RGB value is (104,151,240). Sum of RGB (Red+Green+Blue) = 104+151+240=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #6897F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6897F0 is #97680F. Grayscale: #929292. Windows color (decimal): -9922576 or 15767400. OLE color: 15767400.

HSL color Cylindrical-coordinate representation of color #6897F0: hue angle of 219.26º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6897F0 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB104151240-
CMYK0.570.3700.06
HSL219.26º81.93%67.45%-
HSV(B)219.26º56.67%94.12%-
XYZ32.531.3786.78-
YUV147.09180.4397.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.01%
GREEN value IS 151 (59.38% from 255) = 30.51%
BLUE value IS 240 (94.14% from 255) = 48.48%
R=21.01%
G=30.51%
B=48.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1041512400.570.3700.06219.2681.9367.45
Hex6897F0392506db5243
Octal150227360714506333122103
Binary1101000100101111111000011100110010101101101101110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6897F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6897F0; }

 p { color: rgb(104,151,240); }

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

<style>
 a { background-color: #6897F0; }

 a { background-color: rgb(104,151,240); }

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

<style>
 span { border-color: #6897F0; }

 span { border-color: rgb(104,151,240); }

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