#6CA0FF

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

Shades of Cornflower Blue #6CA0FF

Tints of Cornflower Blue #6CA0FF

Color information

#6CA0FF (or 0x6CA0FF) is unknown color: approx Cornflower Blue. HEX triplet: 6C, A0 and FF. RGB value is (108,160,255). Sum of RGB (Red+Green+Blue) = 108+160+255=523 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.65% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CA0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA0FF is #935F00. Grayscale: #9A9A9A. Windows color (decimal): -9658113 or 16752748. OLE color: 16752748.

HSL color Cylindrical-coordinate representation of color #6CA0FF: hue angle of 218.78º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CA0FF is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB108160255-
CMYK0.580.3700
HSL218.78º100%71.18%-
HSV(B)218.78º57.65%100%-
XYZ36.8135.5599.53-
YUV155.28184.2794.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.65%
GREEN value IS 160 (62.89% from 255) = 30.59%
BLUE value IS 255 (100% from 255) = 48.76%
R=20.65%
G=30.59%
B=48.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1081602550.580.3700218.7810071.18
Hex6CA0FF3A2500db6447
Octal154240377724500333144107
Binary11011001010000011111111111010100101001101101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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