#69A2FC

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

Shades of Cornflower Blue #69A2FC

Tints of Cornflower Blue #69A2FC

Color information

#69A2FC (or 0x69A2FC) is unknown color: approx Cornflower Blue. HEX triplet: 69, A2 and FC. RGB value is (105,162,252). Sum of RGB (Red+Green+Blue) = 105+162+252=519 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.23% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #69A2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A2FC is #965D03. Grayscale: #9A9A9A. Windows color (decimal): -9854212 or 16556649. OLE color: 16556649.

HSL color Cylindrical-coordinate representation of color #69A2FC: hue angle of 216.73º degrees, saturation: 0.96, 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 #69A2FC is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB105162252-
CMYK0.580.3600.01
HSL216.73º96.08%70%-
HSV(B)216.73º58.33%98.82%-
XYZ36.3235.8797.11-
YUV155.22182.6292.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.23%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 252 (98.83% from 255) = 48.55%
R=20.23%
G=31.21%
B=48.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1051622520.580.3600.01216.7396.0870
Hex69A2FC3A2401d96046
Octal151242374724401331140106
Binary11010011010001011111100111010100100011101100111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69A2FC; }

 p { color: rgb(105,162,252); }

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

<style>
 a { background-color: #69A2FC; }

 a { background-color: rgb(105,162,252); }

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

<style>
 span { border-color: #69A2FC; }

 span { border-color: rgb(105,162,252); }

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