#69A6FE

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

Shades of Cornflower Blue #69A6FE

Tints of Cornflower Blue #69A6FE

Color information

#69A6FE (or 0x69A6FE) is unknown color: approx Cornflower Blue. HEX triplet: 69, A6 and FE. RGB value is (105,166,254). Sum of RGB (Red+Green+Blue) = 105+166+254=525 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #69A6FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A6FE is #965901. Grayscale: #9D9D9D. Windows color (decimal): -9853186 or 16688745. OLE color: 16688745.

HSL color Cylindrical-coordinate representation of color #69A6FE: hue angle of 215.44º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69A6FE is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB105166254-
CMYK0.590.3500.00
HSL215.44º98.68%70.39%-
HSV(B)215.44º58.66%99.61%-
XYZ37.3537.4399.02-
YUV157.79182.2990.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20%
GREEN value IS 166 (65.23% from 255) = 31.62%
BLUE value IS 254 (99.61% from 255) = 48.38%
R=20%
G=31.62%
B=48.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1051662540.590.3500.00215.4498.6870.39
Hex69A6FE3B2300d76346
Octal151246376734300327143106
Binary11010011010011011111110111011100011001101011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,166,254); }

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

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

 a { background-color: rgb(105,166,254); }

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

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

 span { border-color: rgb(105,166,254); }

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