#69A7F1

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

Shades of Cornflower Blue #69A7F1

Tints of Cornflower Blue #69A7F1

Color information

#69A7F1 (or 0x69A7F1) is unknown color: approx Cornflower Blue. HEX triplet: 69, A7 and F1. RGB value is (105,167,241). Sum of RGB (Red+Green+Blue) = 105+167+241=513 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.47% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #69A7F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A7F1 is #96580E. Grayscale: #9C9C9C. Windows color (decimal): -9852943 or 15837033. OLE color: 15837033.

HSL color Cylindrical-coordinate representation of color #69A7F1: hue angle of 212.65º 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 #69A7F1 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB105167241-
CMYK0.560.3100.05
HSL212.65º82.93%67.84%-
HSV(B)212.65º56.43%94.51%-
XYZ35.5236.9988.49-
YUV156.9175.4690.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.47%
GREEN value IS 167 (65.62% from 255) = 32.55%
BLUE value IS 241 (94.53% from 255) = 46.98%
R=20.47%
G=32.55%
B=46.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1051672410.560.3100.05212.6582.9367.84
Hex69A7F1381F05d55344
Octal151247361703705325123104
Binary110100110100111111100011110001111101011101010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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