#669AF1

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

Shades of Cornflower Blue #669AF1

Tints of Cornflower Blue #669AF1

Color information

#669AF1 (or 0x669AF1) is unknown color: approx Cornflower Blue. HEX triplet: 66, 9A and F1. RGB value is (102,154,241). Sum of RGB (Red+Green+Blue) = 102+154+241=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #669AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669AF1 is #99650E. Grayscale: #939393. Windows color (decimal): -10052879 or 15833702. OLE color: 15833702.

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

Color convert

RGB102154241-
CMYK0.580.3600.05
HSL217.55º83.23%67.25%-
HSV(B)217.55º57.68%94.51%-
XYZ32.9132.2987.72-
YUV148.37180.2794.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.52%
GREEN value IS 154 (60.55% from 255) = 30.99%
BLUE value IS 241 (94.53% from 255) = 48.49%
R=20.52%
G=30.99%
B=48.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1021542410.580.3600.05217.5583.2367.25
Hex669AF13A2405da5343
Octal146232361724405332123103
Binary1100110100110101111000111101010010001011101101010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,154,241); }

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

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

 a { background-color: rgb(102,154,241); }

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

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

 span { border-color: rgb(102,154,241); }

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