#698CFF

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

Shades of Cornflower Blue #698CFF

Tints of Cornflower Blue #698CFF

Color information

#698CFF (or 0x698CFF) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8C and FF. RGB value is (105,140,255). Sum of RGB (Red+Green+Blue) = 105+140+255=500 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #698CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698CFF is #967300. Grayscale: #8E8E8E. Windows color (decimal): -9859841 or 16747625. OLE color: 16747625.

HSL color Cylindrical-coordinate representation of color #698CFF: hue angle of 226º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #698CFF is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB105140255-
CMYK0.590.4500
HSL226º100%70.59%-
HSV(B)226º58.82%100%-
XYZ33.2528.9898.45-
YUV142.64191.4101.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21%
GREEN value IS 140 (55.08% from 255) = 28%
BLUE value IS 255 (100% from 255) = 51%
R=21%
G=28%
B=51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1051402550.590.450022610070.59
Hex698CFF3B2D00e26447
Octal151214377735500342144107
Binary11010011000110011111111111011101101001110001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698CFF; }

 p { color: rgb(105,140,255); }

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

<style>
 a { background-color: #698CFF; }

 a { background-color: rgb(105,140,255); }

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

<style>
 span { border-color: #698CFF; }

 span { border-color: rgb(105,140,255); }

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