#6CA0F1

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

Shades of Cornflower Blue #6CA0F1

Tints of Cornflower Blue #6CA0F1

Color information

#6CA0F1 (or 0x6CA0F1) is unknown color: approx Cornflower Blue. HEX triplet: 6C, A0 and F1. RGB value is (108,160,241). Sum of RGB (Red+Green+Blue) = 108+160+241=509 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.22% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #6CA0F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA0F1 is #935F0E. Grayscale: #999999. Windows color (decimal): -9658127 or 15835244. OLE color: 15835244.

HSL color Cylindrical-coordinate representation of color #6CA0F1: hue angle of 216.54º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CA0F1 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB108160241-
CMYK0.550.3400.05
HSL216.54º82.61%68.43%-
HSV(B)216.54º55.19%94.51%-
XYZ34.6334.6888.09-
YUV153.69177.2795.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.22%
GREEN value IS 160 (62.89% from 255) = 31.43%
BLUE value IS 241 (94.53% from 255) = 47.35%
R=21.22%
G=31.43%
B=47.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1081602410.550.3400.05216.5482.6168.43
Hex6CA0F1372205d95344
Octal154240361674205331123104
Binary1101100101000001111000111011110001001011101100110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CA0F1; }

 p { color: rgb(108,160,241); }

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

<style>
 a { background-color: #6CA0F1; }

 a { background-color: rgb(108,160,241); }

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

<style>
 span { border-color: #6CA0F1; }

 span { border-color: rgb(108,160,241); }

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