#698AF1

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

Shades of Cornflower Blue #698AF1

Tints of Cornflower Blue #698AF1

Color information

#698AF1 (or 0x698AF1) is unknown color: approx Cornflower Blue. HEX triplet: 69, 8A and F1. RGB value is (105,138,241). Sum of RGB (Red+Green+Blue) = 105+138+241=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #698AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698AF1 is #96750E. Grayscale: #8B8B8B. Windows color (decimal): -9860367 or 15829609. OLE color: 15829609.

HSL color Cylindrical-coordinate representation of color #698AF1: hue angle of 225.44º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #698AF1 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB105138241-
CMYK0.560.4300.05
HSL225.44º82.93%67.84%-
HSV(B)225.44º56.43%94.51%-
XYZ30.7927.5386.91-
YUV139.88185.07103.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.69%
GREEN value IS 138 (54.30% from 255) = 28.51%
BLUE value IS 241 (94.53% from 255) = 49.79%
R=21.69%
G=28.51%
B=49.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1051382410.560.4300.05225.4482.9367.84
Hex698AF1382B05e15344
Octal151212361705305341123104
Binary1101001100010101111000111100010101101011110000110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,138,241); }

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

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

 a { background-color: rgb(105,138,241); }

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

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

 span { border-color: rgb(105,138,241); }

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