#6CA3FD

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

Shades of Cornflower Blue #6CA3FD

Tints of Cornflower Blue #6CA3FD

Color information

#6CA3FD (or 0x6CA3FD) is unknown color: approx Cornflower Blue. HEX triplet: 6C, A3 and FD. RGB value is (108,163,253). Sum of RGB (Red+Green+Blue) = 108+163+253=524 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.61% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #6CA3FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA3FD is #935C02. Grayscale: #9C9C9C. Windows color (decimal): -9657347 or 16622444. OLE color: 16622444.

HSL color Cylindrical-coordinate representation of color #6CA3FD: hue angle of 217.24º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CA3FD is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB108163253-
CMYK0.570.3600.01
HSL217.24º97.32%70.78%-
HSV(B)217.24º57.31%99.22%-
XYZ37.0136.4798.02-
YUV156.82182.2893.18-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.61%
GREEN value IS 163 (64.06% from 255) = 31.11%
BLUE value IS 253 (99.22% from 255) = 48.28%
R=20.61%
G=31.11%
B=48.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1081632530.570.3600.01217.2497.3270.78
Hex6CA3FD392401d96147
Octal154243375714401331141107
Binary11011001010001111111101111001100100011101100111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,163,253); }

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

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

 a { background-color: rgb(108,163,253); }

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

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

 span { border-color: rgb(108,163,253); }

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