#6CA4F1

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

Shades of Cornflower Blue #6CA4F1

Tints of Cornflower Blue #6CA4F1

Color information

#6CA4F1 (or 0x6CA4F1) is unknown color: approx Cornflower Blue. HEX triplet: 6C, A4 and F1. RGB value is (108,164,241). Sum of RGB (Red+Green+Blue) = 108+164+241=513 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.05% from 513); Green value is 164 (64.45% from 255 or 31.97% 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 #6CA4F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA4F1 is #935B0E. Grayscale: #9B9B9B. Windows color (decimal): -9657103 or 15836268. OLE color: 15836268.

HSL color Cylindrical-coordinate representation of color #6CA4F1: hue angle of 214.74º 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 #6CA4F1 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB108164241-
CMYK0.550.3200.05
HSL214.74º82.61%68.43%-
HSV(B)214.74º55.19%94.51%-
XYZ35.3436.0988.32-
YUV156.03175.9593.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.05%
GREEN value IS 164 (64.45% from 255) = 31.97%
BLUE value IS 241 (94.53% from 255) = 46.98%
R=21.05%
G=31.97%
B=46.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1081642410.550.3200.05214.7482.6168.43
Hex6CA4F1372005d75344
Octal154244361674005327123104
Binary1101100101001001111000111011110000001011101011110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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