#699BFD

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

Shades of Cornflower Blue #699BFD

Tints of Cornflower Blue #699BFD

Color information

#699BFD (or 0x699BFD) is unknown color: approx Cornflower Blue. HEX triplet: 69, 9B and FD. RGB value is (105,155,253). Sum of RGB (Red+Green+Blue) = 105+155+253=513 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.47% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #699BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699BFD is #966402. Grayscale: #969696. Windows color (decimal): -9856003 or 16620393. OLE color: 16620393.

HSL color Cylindrical-coordinate representation of color #699BFD: hue angle of 219.73º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #699BFD is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB105155253-
CMYK0.580.3900.01
HSL219.73º97.37%70.2%-
HSV(B)219.73º58.5%99.22%-
XYZ35.2833.5497.54-
YUV151.22185.4495.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.47%
GREEN value IS 155 (60.94% from 255) = 30.21%
BLUE value IS 253 (99.22% from 255) = 49.32%
R=20.47%
G=30.21%
B=49.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1051552530.580.3900.01219.7397.3770.2
Hex699BFD3A2701dc6146
Octal151233375724701334141106
Binary11010011001101111111101111010100111011101110011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699BFD; }

 p { color: rgb(105,155,253); }

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

<style>
 a { background-color: #699BFD; }

 a { background-color: rgb(105,155,253); }

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

<style>
 span { border-color: #699BFD; }

 span { border-color: rgb(105,155,253); }

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